Skip to content
Snippets Groups Projects
Commit d94fc221 authored by Jon Griffiths's avatar Jon Griffiths Committed by Alexandre Julliard
Browse files

Added InitializeCriticalSectionAndSpinCount prototype.

parent d6515df8
No related branches found
No related tags found
No related merge requests found
......@@ -1183,6 +1183,7 @@ void WINAPI LeaveCriticalSection(CRITICAL_SECTION *lpCrit);
#endif
void WINAPI InitializeCriticalSection(CRITICAL_SECTION *lpCrit);
BOOL WINAPI InitializeCriticalSectionAndSpinCount(CRITICAL_SECTION *,DWORD);
void WINAPI MakeCriticalSectionGlobal(CRITICAL_SECTION *lpCrit);
BOOL WINAPI GetProcessWorkingSetSize(HANDLE,LPDWORD,LPDWORD);
DWORD WINAPI QueueUserAPC(PAPCFUNC,HANDLE,ULONG_PTR);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment