fixed function prototype Modified: trunk/reactos/include/funcs.h _____
Modified: trunk/reactos/include/funcs.h --- trunk/reactos/include/funcs.h 2005-05-11 15:24:59 UTC (rev 15216) +++ trunk/reactos/include/funcs.h 2005-05-11 16:15:25 UTC (rev 15217) @@ -2080,7 +2080,7 @@
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 );