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