Sign in
mingw
/
mingw-w64
/
b6e657e55b9bcaecac355e9703d8e5e85715e7ff
/
.
/
mingw-w64-crt
/
crt
/
dllmain.c
blob: 7f97b0a89ed52d5aae10f9851ce3ed05c838efca [
file
] [
log
] [
blame
]
#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
;
}