#include <apitest.h>
#include <pseh/pseh2.h>
#include <ndk/umtypes.h>
Go to the source code of this file.
◆ WIN32_NO_STATUS
◆ PFN_wcsnicmp
◆ Init()
Definition at line 16 of file _wcsnicmp.c.
17{
22}
int(__cdecl * PFN_wcsnicmp)(const wchar_t *_String1, const wchar_t *_String2, size_t _MaxCount)
static PFN_wcsnicmp p_wcsnicmp
#define GetProcAddress(x, y)
HINSTANCE WINAPI DECLSPEC_HOTPATCH LoadLibraryA(LPCSTR lpLibFileName)
Referenced by START_TEST().
◆ START_TEST()
Definition at line 24 of file _wcsnicmp.c.
25{
27
28#ifndef TEST_STATIC_CRT
30 {
31 skip(
"Skipping tests, because _wcsnicmp is not available\n");
32 return;
33 }
34#endif
35
39
43#ifdef TEST_NTDLL
45#else
47#endif
48
52
56#ifdef TEST_NTDLL
58#else
60#endif
61}
#define EndSeh(ExpectedStatus)
#define ok_int(expression, result)
#define STATUS_ACCESS_VIOLATION
GLboolean GLboolean GLboolean GLboolean a
#define _WIN32_WINNT_VISTA
◆ p_wcsnicmp