mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00:00
7 lines
118 B
C++
7 lines
118 B
C++
#include <windows.h>
|
|
|
|
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
|
{
|
|
return TRUE;
|
|
}
|