49 ok(
pch !=
NULL,
"leading semicolons: pch should not be NULL\n");
55 ok(
pch ==
NULL,
"trailing semicolon: pch was %p\n",
pch);
113 ok(
pch !=
NULL,
"leading semicolons: pch should not be NULL\n");
119 ok(
pch ==
NULL,
"trailing semicolon: pch was %p\n",
pch);
152 skip(
"NextPath not found\n");
PWSTR(WINAPI * FN_NextPathW)(PCWSTR, PWSTR, UINT)
static FN_NextPathW s_pNextPathW
static void TEST_NextPathW(void)
PSTR(WINAPI * FN_NextPathA)(PCSTR, PSTR, UINT)
static FN_NextPathA s_pNextPathA
static void TEST_NextPathA(void)
#define GetProcAddress(x, y)
HMODULE WINAPI DECLSPEC_HOTPATCH GetModuleHandleA(LPCSTR lpModuleName)
#define MAKEINTRESOURCEA(i)