Sign in
◑
Theme
mingw
/
mingw-w64
/
31c44594ccc843d9d70b2ed815f4063333ead6a1
/
.
/
mingw-w64-crt
/
misc
/
dllmain.c
blob: 7f97b0a89ed52d5aae10f9851ce3ed05c838efca [
file
]
#include
<oscalls.h>
#define
_DECL_DLLMAIN
#include
<process.h>
BOOL WINAPI
DllMain
(
HANDLE __UNUSED_PARAM
(
hDllHandle
),
DWORD __UNUSED_PARAM
(
dwReason
),
LPVOID __UNUSED_PARAM
(
lpreserved
))
{
return
TRUE
;
}