Sync with trunk (r48123)
[reactos.git] / lib / 3rdparty / mingw / dllmain.c
1 #include <oscalls.h>
2 #define _DECL_DLLMAIN
3 #include <process.h>
4
5 BOOL WINAPI DllMain (HANDLE __UNUSED_PARAM(hDllHandle),
6 DWORD __UNUSED_PARAM(dwReason),
7 LPVOID __UNUSED_PARAM(lpreserved))
8 {
9 return TRUE;
10 }