From 58d25e229dbebf6f86fc69d3e69dd960d1ccda41 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Wed, 11 May 2005 16:15:25 +0000 Subject: [PATCH] fixed function prototype svn path=/trunk/; revision=15217 --- reactos/include/funcs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/funcs.h b/reactos/include/funcs.h index 24d73b73b25..73153e6d4cb 100644 --- a/reactos/include/funcs.h +++ b/reactos/include/funcs.h @@ -2080,7 +2080,7 @@ MessageBoxTimeoutA( DWORD dwTime); BOOL STDCALL DisplayExitWindowsWarnings(ULONG flags); FARPROC STDCALL DelayLoadFailureHook(unsigned int dliNotify, PDelayLoadInfo pdli); -VOID STDCALL WEP(); +VOID STDCALL WEP(VOID); DWORD STDCALL RtlDeleteSecurityObject(DWORD x1); DWORD STDCALL RtlNewSecurityObject(DWORD x1,DWORD x2,DWORD x3,DWORD x4,DWORD x5,DWORD x6); NTSTATUS STDCALL RtlWalkHeap( HANDLE heap, PVOID entry_ptr );