Sign in
mingw
/
mingw-w64
/
af07b82e1e19a85454f0e0e0705fa3910e63a58a
/
.
/
mingw-w64-crt
/
dllentry.c
blob: 9b762590b14643ed94e1575b3d0b2582d30daa94 [
file
]
#include
<oscalls.h>
#define
_DECL_DLLMAIN
#include
<process.h>
BOOL WINAPI
DllEntryPoint
(
HANDLE hDllHandle
,
DWORD dwReason
,
LPVOID lpreserved
)
{
return
TRUE
;
}