ReactOS 0.4.16-dev-197-g92996da
|
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "wtypes.h"
#include "shellapi.h"
#include "shtypes.h"
#include "objbase.h"
#include "wine/test.h"
Go to the source code of this file.
Macros | |
#define | WINE_NOWINSOCK |
Functions | |
static | BOOL (WINAPI *pStrRetToStrNAW)(LPVOID |
static const ITEMIDLIST *static WCHAR * | CoDupStrW (const char *src) |
static int | strcmpW (const WCHAR *str1, const WCHAR *str2) |
static void | test_StrRetToStringNA (void) |
static void | test_StrRetToStringNW (void) |
START_TEST (string) | |
Variables | |
static HMODULE | hShell32 |
static | DWORD |
static | LPSTRRET |
|
static |
Definition at line 37 of file string.c.
Referenced by test_StrRetToBSTR(), and test_StrRetToStringNW().
START_TEST | ( | string | ) |
Definition at line 100 of file string.c.
Definition at line 57 of file string.c.
Referenced by START_TEST().
|
static |
Definition at line 34 of file string.c.
Referenced by AddListViewItems(), DisplayImageList(), EnumerateConnectedDrives(), FinishDlgProc(), InitTreeViewImageLists(), loadShell32(), RunFile(), START_TEST(), TaskManager_OnFileNew(), and test_shell_imagelist().