Add GetProcessHeaps() prototype

Dmitry Timoshkov dmitry at baikal.ru
Tue Feb 10 06:01:01 CST 2004


Hello,

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    Add GetProcessHeaps() prototype.

--- cvs/wine/include/winbase.h	Sat Jan 17 03:09:52 2004
+++ wine/include/winbase.h	Tue Feb 10 11:58:00 2004
@@ -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)






More information about the wine-patches mailing list