Sign in
mingw
/
mingw-w64
/
b2b5e53e9d9be406e60ebc152a9cf161b87d4e12
/
.
/
mingw-w64-crt
/
misc
/
dllmain.c
blob: 3f5b5261bffae5b63826829a9103d290d7bf5708 [
file
]
#include
<windows.h>
#define
_DECL_DLLMAIN
#include
<process.h>
BOOL WINAPI
DllMain
(
HANDLE __UNUSED_PARAM
(
hDllHandle
),
DWORD __UNUSED_PARAM
(
dwReason
),
LPVOID __UNUSED_PARAM
(
lpreserved
))
{
return
TRUE
;
}