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