Francois Gouget : include: Fix the HeapQueryInformation() prototype.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Nov 2 15:48:11 CST 2006


Module: wine
Branch: master
Commit: 7c38ff6adf4e3eb06f70af2c1846efeea69676da
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7c38ff6adf4e3eb06f70af2c1846efeea69676da

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Nov  2 19:58:47 2006 +0100

include: Fix the HeapQueryInformation() prototype.

---

 include/winbase.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/winbase.h b/include/winbase.h
index 4cc64b4..3a9d93d 100644
--- a/include/winbase.h
+++ b/include/winbase.h
@@ -1725,7 +1725,7 @@ BOOL        WINAPI HeapDestroy(HANDLE);
 BOOL        WINAPI HeapFree(HANDLE,DWORD,LPVOID);
 BOOL        WINAPI HeapLock(HANDLE);
 LPVOID      WINAPI HeapReAlloc(HANDLE,DWORD,LPVOID,SIZE_T);
-BOOL        WINAPI HeapQueryInformation(HANDLE,HEAP_INFORMATION_CLASS,PVOID,SIZE_T);
+BOOL        WINAPI HeapQueryInformation(HANDLE,HEAP_INFORMATION_CLASS,PVOID,SIZE_T,PSIZE_T);
 BOOL        WINAPI HeapSetInformation(HANDLE,HEAP_INFORMATION_CLASS,PVOID,SIZE_T);
 SIZE_T      WINAPI HeapSize(HANDLE,DWORD,LPVOID);
 BOOL        WINAPI HeapUnlock(HANDLE);




More information about the wine-cvs mailing list