mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-19 19:34:19 +08:00
10 lines
190 B
C
10 lines
190 B
C
//+---------------------------------------------------------------------------
|
|
|
|
#include <windows.h>
|
|
|
|
BOOL WINAPI DllMain (HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
|
|
{
|
|
return TRUE;
|
|
}
|
|
|