1
0
mirror of https://github.com/mirror/tinycc.git synced 2025-03-06 08:30:10 +08:00
tinycc/win32/lib/dllmain.c
2005-04-17 13:10:37 +00:00

10 lines
190 B
C

//+---------------------------------------------------------------------------
#include <windows.h>
BOOL WINAPI DllMain (HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
{
return TRUE;
}