1
0
mirror of https://github.com/frida/tinycc synced 2025-01-12 06:39:51 +03:00
tinycc/win32/lib/dllmain.c

10 lines
193 B
C
Raw Normal View History

2005-04-17 17:10:37 +04:00
//+---------------------------------------------------------------------------
#include <windows.h>
BOOL WINAPI DllMain (HINSTANCE hDll, DWORD dwReason, LPVOID lpReserved)
2005-04-17 17:10:37 +04:00
{
return TRUE;
}