win16.api: Move HOLEMENU to %long

Francois Gouget fgouget at free.fr
Sun Sep 25 16:24:37 CDT 2005


HOLEMENU is a regular handle so it should be in the %long section (or 
the functions using it should use HOLEMENU16 or some such instead).

Changelog:

  * tools/winapi/win16.api

    Francois Gouget <fgouget at free.fr>
    HOLEMENU is a 'long' as fasr as winapi_check is concerned.

-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                             1 + e ^ ( i * pi ) = 0
-------------- next part --------------
Index: tools/winapi/win16.api
===================================================================
RCS file: /var/cvs/wine/tools/winapi/win16.api,v
retrieving revision 1.18
diff -u -p -r1.18 win16.api
--- tools/winapi/win16.api	16 Aug 2005 16:01:15 -0000	1.18
+++ tools/winapi/win16.api	17 Aug 2005 04:46:14 -0000
@@ -749,6 +749,7 @@ WORD
 %long
 
 DWORD
+HOLEMENU
 HRESULT
 ULONG
 
@@ -796,7 +797,6 @@ void
 BOOL16
 HGLOBAL16
 HICON16
-HOLEMENU
 HWND16
 UINT16
 


More information about the wine-patches mailing list