#include <apitest.h>
#include <pseh/pseh2.h>
#include <ndk/umtypes.h>
Go to the source code of this file.
◆ WIN32_NO_STATUS
◆ PFN_wcslwr
◆ Init()
Definition at line 16 of file _wcslwr.c.
17{
22}
wchar_t *(__cdecl * PFN_wcslwr)(wchar_t *_String)
static PFN_wcslwr p_wcslwr
#define GetProcAddress(x, y)
HINSTANCE WINAPI DECLSPEC_HOTPATCH LoadLibraryA(LPCSTR lpLibFileName)
Referenced by START_TEST().
◆ START_TEST()
Definition at line 24 of file _wcslwr.c.
25{
27
28#ifndef TEST_STATIC_CRT
30 {
31 skip(
"Skipping tests, because _wcslwr is not available\n");
32 return;
33 }
34#endif
35
36
41}
#define EndSeh(ExpectedStatus)
#define ok_ptr(expression, result)
#define STATUS_ACCESS_VIOLATION
#define _WIN32_WINNT_VISTA
◆ p_wcslwr