#define WIN32_LEAN_AND_MEAN #include BOOL WINAPI DllMain( HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpReserved ){ return (TRUE); }