mirror of
https://github.com/frida/tinycc
synced 2024-11-25 00:59:37 +03: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;
|
|
}
|
|
|