mirror of
https://github.com/reactos/reactos.git
synced 2025-04-18 03:34:11 +00:00
9 lines
195 B
C
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;
|
|
}
|