53 ok(patexit !=
NULL,
"failed to get atexit from msvcrt.dll\n");
#define ok_int(expression, result)
#define NT_SUCCESS(StatCode)
#define GetProcAddress(x, y)
HMODULE WINAPI DECLSPEC_HOTPATCH GetModuleHandleA(LPCSTR lpModuleName)
LPSTR WINAPI GetCommandLineA(void)
_ACRTIMP int __cdecl system(const char *)
int __cdecl atexit(void(__cdecl *)(void))
_ACRTIMP char *__cdecl strstr(const char *, const char *)
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
int(__cdecl * PFN_atexit)(void(__cdecl *)(void))
static PEXPLICIT_ACCESSW *static HMODULE hmod
@ SemaphoreBasicInformation
NTSTATUS NTAPI NtQuerySemaphore(IN HANDLE SemaphoreHandle, IN SEMAPHORE_INFORMATION_CLASS SemaphoreInformationClass, OUT PVOID SemaphoreInformation, IN ULONG SemaphoreInformationLength, OUT PULONG ReturnLength OPTIONAL)
HANDLE WINAPI DECLSPEC_HOTPATCH CreateSemaphoreA(IN LPSECURITY_ATTRIBUTES lpSemaphoreAttributes OPTIONAL, IN LONG lInitialCount, IN LONG lMaximumCount, IN LPCSTR lpName OPTIONAL)
BOOL WINAPI DECLSPEC_HOTPATCH ReleaseSemaphore(IN HANDLE hSemaphore, IN LONG lReleaseCount, IN LPLONG lpPreviousCount)
HANDLE WINAPI DECLSPEC_HOTPATCH OpenSemaphoreA(IN DWORD dwDesiredAccess, IN BOOL bInheritHandle, IN LPCSTR lpName)
#define SEMAPHORE_ALL_ACCESS