forked from Silverfish/proton-bridge
7 lines
148 B
C++
7 lines
148 B
C++
#include "main.h"
|
|
|
|
extern "C" DLL_EXPORT BOOL APIENTRY DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
|
{
|
|
return FALSE;
|
|
}
|