53 ok(patexit !=
NULL,
"failed to get atexit from msvcrt.dll\n");
char * strstr(char *String1, char *String2)
#define ok_int(expression, result)
#define NT_SUCCESS(StatCode)
#define GetProcAddress(x, y)
HMODULE WINAPI DECLSPEC_HOTPATCH GetModuleHandleA(LPCSTR lpModuleName)
LPSTR WINAPI GetCommandLineA(VOID)
int __cdecl atexit(void(__cdecl *function)(void))
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
int(__cdecl * PFN_atexit)(void(__cdecl *)(void))
#define sprintf(buf, format,...)
static PEXPLICIT_ACCESSW *static HMODULE hmod
@ SemaphoreBasicInformation
int __cdecl system(_In_opt_z_ const char *_Command)
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