Update crt headers and mingw lib from mingw64. Update crt a bit. 4 msvcrt time tests...
[reactos.git] / reactos / lib / 3rdparty / mingw / dllmain.c
1 #define _DECL_DLLMAIN
2 #define _WINDOWS_
3 #include <windows.h>
4 #include <process.h>
5
6 BOOL WINAPI DllMain(HANDLE hDllHandle, DWORD dwReason, LPVOID lpreserved)
7 {
8 return TRUE;
9 }