Francois Gouget : winapi_check: ULONG_PTR is a 'long --pointer', not a ' long'.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jun 18 08:04:59 CDT 2007


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Jun 15 19:00:10 2007 +0200

winapi_check: ULONG_PTR is a 'long --pointer', not a 'long'.

---

 tools/winapi/win32.api |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/tools/winapi/win32.api b/tools/winapi/win32.api
index 74c8324..2102951 100644
--- a/tools/winapi/win32.api
+++ b/tools/winapi/win32.api
@@ -629,6 +629,9 @@ BOOL
 HWND
 LONG
 LPARAM
+
+%long --pointer
+
 ULONG_PTR
 
 %ptr




More information about the wine-cvs mailing list