more changes to compile under mingw32

svn path=/trunk/; revision=287
This commit is contained in:
Rex Jolliff 1999-03-10 07:18:38 +00:00
parent 275be13b58
commit 24160311c0

View file

@ -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;
}