Sign in
mingw
/
mingw-w64
/
a89c6ef6bd9c1b768f3ae0b07d6bd4e81309951c
/
.
/
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
;
}