reactos/reactos/lib/ntdll/main/dllmain.c
Rex Jolliff 24160311c0 more changes to compile under mingw32
svn path=/trunk/; revision=287
1999-03-10 07:18:38 +00:00

9 lines
195 B
C

#include <windows.h>
/* FIXME: Should this function be called DllEntryPoint? */
BOOL WINAPI STDCALL DllMainCRTStartup(HINSTANCE hDLLInst, DWORD fdwReason, LPVOID lpvReserved)
{
return 0;
}