Update win32.api

Francois Gouget fgouget at free.fr
Mon Dec 5 04:18:44 CST 2005


HCERTSTORE is unconditionally defined as a 'void*' so I'm moving it from 
the %long section tot he %ptr one as we do for all the other 'void* 
HXXX' types.


Changelog:

  * tools/winapi/win32.api

    Francois Gouget <fgouget at free.fr>
    Update win32.api to match the current sources.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
         War doesn't determine who's right.  War determines who's left.
-------------- next part --------------
Index: tools/winapi/win32.api
===================================================================
RCS file: /var/cvs/wine/tools/winapi/win32.api,v
retrieving revision 1.62
diff -u -p -r1.62 win32.api
--- tools/winapi/win32.api	2 Dec 2005 13:16:01 -0000	1.62
+++ tools/winapi/win32.api	5 Dec 2005 09:32:14 -0000
@@ -604,7 +604,6 @@ ALG_ID
 BOOL
 DWORD
 HANDLE
-HCERTSTORE
 HCRYPTPROV
 HMODULE
 LONG
@@ -620,7 +619,9 @@ CRYPT_OID_FUNC_ENTRY[]
 DATA_BLOB *
 DWORD *
 GUID *
+HCERTSTORE
 HCRYPTKEY *
+HCRYPTOIDFUNCADDR
 HCRYPTOIDFUNCADDR *
 HCRYPTOIDFUNCSET
 HLRUCACHE
@@ -3301,7 +3302,7 @@ GLvoid *
 GLvoid **
 LPGLYPHMETRICSFLOAT
 LPLAYERPLANEDESCRIPTOR
-void *
+PROC
 
 %str
 


More information about the wine-patches mailing list