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