11#define WIN32_NO_STATUS
42#define test_is_local_symbol(addr, is) ok_int(IsLocalSymbol(addr), (is))
44#define test_is_local_symbol(addr, is)
73 typedef struct _ioinfo
ioinfo;
224void Test__adjust_fdiv(
void)
233 typedef void (*_exit_t)(
int exitcode);
354 if (p_get_environ !=
NULL)
356 char** result_environ;
357 ok_int(p_get_environ(&result_environ), 0);
389 if (p_get_fmode !=
NULL)
452 if (p_get_osplatform !=
NULL)
454 unsigned int result_osplatform;
455 ok_int(p_get_osplatform(&result_osplatform), 0);
482 if (p_get_pgmptr !=
NULL)
485 ok_int(p_get_pgmptr(&result_pgmptr), 0);
566 if (p_get_wenviron !=
NULL)
568 wchar_t** result_wenviron;
569 ok_int(p_get_wenviron(&result_wenviron), 0);
583 if (p_get_winmajor !=
NULL)
585 unsigned int result_winmajor;
586 ok_int(p_get_winmajor(&result_winmajor), 0);
598 if (p_get_winminor !=
NULL)
600 unsigned int result_winminor;
601 ok_int(p_get_winminor(&result_winminor), 0);
614 if (p_get_winver !=
NULL)
616 unsigned int result_winver;
617 ok_int(p_get_winver(&result_winver), 0);
637 if (p_get_wpgmptr !=
NULL)
639 wchar_t* result_wpgmptr;
640 ok_int(p_get_wpgmptr(&result_wpgmptr), 0);
661 p_get_osplatform = (
void*)
GetProcAddress(hmsvcrt,
"_get_osplatform");
674 ok(p_get_fmode !=
NULL,
"_get_fmode is NULL\n");
675 ok(p_get_osplatform !=
NULL,
"_get_osplatform is NULL\n");
676 ok(p_get_pgmptr !=
NULL,
"_get_pgmptr is NULL\n");
677 ok(p_get_wpgmptr !=
NULL,
"_get_wpgmptr is NULL\n");
678 ok(p_get_winver !=
NULL,
"_get_winver is NULL\n");
679 ok(p_get_winmajor !=
NULL,
"_get_winmajor is NULL\n");
680 ok(p_get_winminor !=
NULL,
"_get_winminor is NULL\n");
681 ok(p_get_environ !=
NULL,
"_get_environ is NULL\n");
682 ok(p_get_wenviron !=
NULL,
"_get_wenviron is NULL\n");
const wchar_t ** __p__wcmdln(void)
const char ** __p__acmdln(void)
int strcmp(const char *String1, const char *String2)
#define ok_int(expression, result)
#define ok_ptr(expression, result)
void Test__winminor(void)
void Test__osplatform(void)
int IsLocalSymbol(void *Address)
int *__cdecl * p__daylight(void)
void Test__mbcasemap(void)
void Test__fileinfo(void)
void Test__sys_errlist(void)
void Test__daylight(void)
void Test___initenv(void)
void Test__wenviron(void)
void Test___winitenv(void)
void Test___setlc_active(void)
long *__cdecl * p__dstbias(void)
static OSVERSIONINFOW s_osvi
void Test__sys_nerr(void)
void Test__aexit_rtn(void)
void Test___pioinfo(void)
void Test___mb_cur_max(void)
void Test__timezone(void)
void Test__winmajor(void)
void Test___lc_handle(void)
void Test___unguarded_readlc_active(void)
void Test___lc_collate_cp(void)
void Test___badioinfo(void)
#define test_is_local_symbol(addr, is)
void Test___lc_codepage(void)
const unsigned short ** __p__pwctype(void)
#define GetProcAddress(x, y)
HMODULE WINAPI DECLSPEC_HOTPATCH GetModuleHandleA(LPCSTR lpModuleName)
BOOL WINAPI GetVersionExW(IN LPOSVERSIONINFOW lpVersionInformation)
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
PIMAGE_NT_HEADERS32 PIMAGE_NT_HEADERS
struct _IMAGE_DOS_HEADER * PIMAGE_DOS_HEADER
#define ___mb_cur_max_func()
_CRTIMP unsigned int __cdecl ___lc_collate_cp_func(void)
_CRTIMP unsigned int __cdecl ___lc_codepage_func(void)
_CRTIMP FILE *__cdecl __iob_func(void)
int *__cdecl __p___mb_cur_max(void)
unsigned int *__cdecl __p__fmode(void)
const char * strerror(int err)
#define _Outptr_result_z_
_CRTIMP char * _sys_errlist[]
_CRTIMP char **__cdecl __p__pgmptr()
_CRTIMP char ***__cdecl __p___argv()
_CRTIMP wchar_t ***__cdecl __p___wargv()
_CRTIMP wchar_t ***__cdecl __p__wenviron()
_CRTIMP wchar_t **__cdecl __p__wpgmptr()
_CRTIMP int *__cdecl __p___argc()
_CRTIMP char ***__cdecl __p__environ()
_CRTIMP ioinfo * __badioinfo[]
const unsigned short _ctype[257]
unsigned int __lc_codepage
LCID *CDECL ___lc_handle_func(void)
unsigned int __unguarded_readlc_active
unsigned int CDECL ___setlc_active_func(void)
const unsigned short ** __p__pctype(void)
unsigned int *CDECL ___unguarded_readlc_active_add_func(void)
unsigned int __setlc_active
wchar_t *** __p___winitenv(void)
unsigned int * __p__winminor(void)
unsigned int * __p__winmajor(void)
unsigned int * __p__winver(void)
char *** __p___initenv(void)
unsigned int * __p__osver(void)
long * __p__dstbias(void)
void * __p__daylight(void)
char ** __p__tzname(void)
long * __p__timezone(void)
ULONG dwOSVersionInfoSize
_UCRT_DISABLE_CLANG_WARNINGS _CRT_BEGIN_C_HEADER _Check_return_ _ACRTIMP unsigned char *__cdecl __p__mbctype(void)
PVOID WINAPI EncodePointer(PVOID)