mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
more changes to compile under mingw32
svn path=/trunk/; revision=287
This commit is contained in:
parent
275be13b58
commit
24160311c0
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
|
||||
int DllMainCRTStartup(void)
|
||||
#include <windows.h>
|
||||
|
||||
/* FIXME: Should this function be called DllEntryPoint? */
|
||||
|
||||
BOOL WINAPI STDCALL DllMainCRTStartup(HINSTANCE hDLLInst, DWORD fdwReason, LPVOID lpvReserved)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue