mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-01 04:20:09 +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;
|
|
}
|
|
|