1 2 3 4 5 6 7 8
#define WIN32_LEAN_AND_MEAN #include <windows.h> BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpReserved) { return TRUE; }