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