Add GetProcessHeaps() prototype.
diff --git a/include/winbase.h b/include/winbase.h
index 4f95039..c5e1fb0 100644
--- a/include/winbase.h
+++ b/include/winbase.h
@@ -1660,6 +1660,7 @@
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)