mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
fixed function prototype
svn path=/trunk/; revision=15217
This commit is contained in:
parent
36551f7fd9
commit
58d25e229d
1 changed files with 1 additions and 1 deletions
|
@ -2080,7 +2080,7 @@ MessageBoxTimeoutA(
|
||||||
DWORD dwTime);
|
DWORD dwTime);
|
||||||
BOOL STDCALL DisplayExitWindowsWarnings(ULONG flags);
|
BOOL STDCALL DisplayExitWindowsWarnings(ULONG flags);
|
||||||
FARPROC STDCALL DelayLoadFailureHook(unsigned int dliNotify, PDelayLoadInfo pdli);
|
FARPROC STDCALL DelayLoadFailureHook(unsigned int dliNotify, PDelayLoadInfo pdli);
|
||||||
VOID STDCALL WEP();
|
VOID STDCALL WEP(VOID);
|
||||||
DWORD STDCALL RtlDeleteSecurityObject(DWORD x1);
|
DWORD STDCALL RtlDeleteSecurityObject(DWORD x1);
|
||||||
DWORD STDCALL RtlNewSecurityObject(DWORD x1,DWORD x2,DWORD x3,DWORD x4,DWORD x5,DWORD x6);
|
DWORD STDCALL RtlNewSecurityObject(DWORD x1,DWORD x2,DWORD x3,DWORD x4,DWORD x5,DWORD x6);
|
||||||
NTSTATUS STDCALL RtlWalkHeap( HANDLE heap, PVOID entry_ptr );
|
NTSTATUS STDCALL RtlWalkHeap( HANDLE heap, PVOID entry_ptr );
|
||||||
|
|
Loading…
Reference in a new issue