Sign in
◑
Theme
mingw
/
mingw-w64
/
94db02086fdb0d88c87a2f3292b6940ec8dd431e
/
.
/
mingw-w64-crt
/
crt
/
dllmain.c
blob: 834e5a89a662c0d967c5069d8e337e9b2e654035 [
file
]
#include
<oscalls.h>
#define
_DECL_DLLMAIN
#include
<process.h>
BOOL WINAPI
DllMain
(
HANDLE hDllHandle __attribute__
((
__unused__
)),
DWORD dwReason __attribute__
((
__unused__
)),
LPVOID lpreserved __attribute__
((
__unused__
)))
{
return
TRUE
;
}