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