From cff42a8d718a1457d6965b9f6f77b5c9a51cf7e9 Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Tue, 10 Feb 2004 20:08:10 +0000 Subject: [PATCH] Add GetProcessHeaps() prototype. --- include/winbase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/winbase.h b/include/winbase.h index 4f95039b563..c5e1fb0bd65 100644 --- a/include/winbase.h +++ b/include/winbase.h @@ -1660,6 +1660,7 @@ BOOL WINAPI GetPrivateProfileStructA(LPCSTR,LPCSTR,LPVOID,UINT,LPCSTR); BOOL WINAPI GetPrivateProfileStructW(LPCWSTR,LPCWSTR,LPVOID,UINT,LPCWSTR); #define GetPrivateProfileStruct WINELIB_NAME_AW(GetPrivateProfileStruct) FARPROC WINAPI GetProcAddress(HMODULE,LPCSTR); +DWORD WINAPI GetProcessHeaps(DWORD,PHANDLE); UINT WINAPI GetProfileIntA(LPCSTR,LPCSTR,INT); UINT WINAPI GetProfileIntW(LPCWSTR,LPCWSTR,INT); #define GetProfileInt WINELIB_NAME_AW(GetProfileInt)