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