dllmain.cpp 125 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 #include <Windows.h> BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) { return TRUE; }