Commit e3c0474b authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

include: Add prototype for GetActiveProcessorCount().

parent 1a1e2b81
......@@ -2079,6 +2079,7 @@ WINBASEAPI BOOL WINAPI FreeResource(HGLOBAL);
WINADVAPI PVOID WINAPI FreeSid(PSID);
WINADVAPI BOOL WINAPI GetAce(PACL,DWORD,LPVOID*);
WINADVAPI BOOL WINAPI GetAclInformation(PACL,LPVOID,DWORD,ACL_INFORMATION_CLASS);
WINBASEAPI DWORD WINAPI GetActiveProcessorCount(WORD);
WINBASEAPI HRESULT WINAPI GetApplicationRestartSettings(HANDLE,WCHAR*,DWORD*,DWORD*);
WINBASEAPI UINT WINAPI GetAtomNameA(ATOM,LPSTR,INT);
WINBASEAPI UINT WINAPI GetAtomNameW(ATOM,LPWSTR,INT);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment