|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdio.h>#include <windows.h>#include <commctrl.h>#include "wine/test.h"#include "v6util.h"
Go to the source code of this file.
Macros | |
| #define | COMCTL32_GET_PROC(ordinal, func) |
Functions | |
| static | PVOID (WINAPI *pAlloc)(LONG) |
| static | BOOL (WINAPI *pFree)(PVOID) |
| static | LONG (WINAPI *pGetSize)(PVOID) |
| static | INT (WINAPI *pStr_GetPtrA)(LPCSTR |
| static BOOL | InitFunctionPtrs (void) |
| static void | test_GetPtrAW (void) |
| static void | test_Alloc (void) |
| static void | test_LoadIconWithScaleDown (void) |
| static void | check_class (const char *name, int must_exist, UINT style, UINT ignore, BOOL v6) |
| static void | test_builtin_classes (void) |
| static void | test_comctl32_classes (BOOL v6) |
| START_TEST (misc) | |
Variables | |
| static | LONG |
| static | LPSTR |
| static | INT |
| static | LPCSTR |
| static | LPWSTR |
| static | LPCWSTR |
| static HMODULE | hComctl32 = 0 |
| static char | testicon_data [] |
|
static |
Definition at line 341 of file misc.c.
Definition at line 59 of file misc.c.
Referenced by START_TEST().
| START_TEST | ( | misc | ) |
Definition at line 412 of file misc.c.
Definition at line 148 of file misc.c.
Referenced by START_TEST().
Definition at line 373 of file misc.c.
Referenced by START_TEST().
Definition at line 385 of file misc.c.
Definition at line 82 of file misc.c.
Referenced by START_TEST().
Definition at line 203 of file misc.c.
Referenced by START_TEST().
|
static |
Definition at line 38 of file misc.c.
Referenced by InitFunctionPtrs(), and START_TEST().
Definition at line 33 of file misc.c.
Referenced by UnicodeToAnsi().
|
static |
Definition at line 40 of file misc.c.
Referenced by test_LoadIconWithScaleDown().