3#define COM_NO_WINDOWS_H
9#define _CRTALLOC(x) __declspec(allocate(x))
10#elif defined(__GNUC__)
11#define _CRTALLOC(x) __attribute__ ((section (x) ))
13#error Your compiler is not supported.
31 OutputDebugStringA(
"WARNING: load_notifications.dll loaded from a process without notify_TlsCallback\n");
37#pragma section(".rdata$T",long,read)
38#pragma section(".tls",long,read,write)
39#pragma section(".tls$ZZZ",long,read,write)
70 OutputDebugStringA(
"WARNING: load_notifications.dll loaded from a process without notify_DllMain\n");
#define GetProcAddress(x, y)
void WINAPI SHIM_OBJ_NAME() OutputDebugStringA(LPCSTR lpOutputString)
const IMAGE_TLS_DIRECTORY _tls_used
VOID WINAPI TlsCallback(IN HANDLE hDllHandle, IN DWORD dwReason, IN LPVOID lpvReserved)
static IN DWORD IN LPVOID lpvReserved
BOOL WINAPI DllMain(IN HINSTANCE hDllHandle, IN DWORD dwReason, IN LPVOID lpvReserved)
VOID(NTAPI * PIMAGE_TLS_CALLBACK)(PVOID DllHandle, ULONG Reason, PVOID Reserved)