netapi32: Better stick to the PSDK types

Francois Gouget fgouget at free.fr
Fri Dec 2 05:02:17 CST 2005



Changelog:

  * dlls/netapi32/ds.c
    tools/winapi/win32.api

    Francois Gouget <fgouget at free.fr>
    Better stick to the PSDK types and to the dsrole.h prototype.
    Update win32.api.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
   Any sufficiently advanced Operating System is indistinguishable from Linux
-------------- next part --------------
Index: dlls/netapi32/ds.c
===================================================================
RCS file: /var/cvs/wine/dlls/netapi32/ds.c,v
retrieving revision 1.1
diff -u -p -r1.1 ds.c
--- dlls/netapi32/ds.c	29 Nov 2005 11:09:32 -0000	1.1
+++ dlls/netapi32/ds.c	29 Nov 2005 13:16:23 -0000
@@ -37,10 +37,11 @@ WINE_DEFAULT_DEBUG_CHANNEL(ds);
  * RETURNS
  *  Nothing
  */
-void WINAPI DsRoleFreeMemory(PVOID Buffer)
+VOID WINAPI DsRoleFreeMemory(PVOID Buffer)
 {
     FIXME("(%p) stub\n", Buffer);
 }
+
 /************************************************************
  *  DsRoleGetPrimaryDomainInformation  (NETAPI32.@)
  *
Index: tools/winapi/win32.api
===================================================================
RCS file: /var/cvs/wine/tools/winapi/win32.api,v
retrieving revision 1.59
diff -u -p -r1.59 win32.api
--- tools/winapi/win32.api	30 Nov 2005 12:01:04 -0000	1.59
+++ tools/winapi/win32.api	2 Dec 2005 09:38:05 -0000
@@ -2553,16 +2551,16 @@ PNETSETUP_JOIN_STATUS
 PVOID
 PVOID *
 
-%void
-
-void
-
 %wstr
 
 LMSTR
 LPCWSTR
 LPWSTR
 
+%void
+
+VOID
+
 %%newdev.dll
 
 %long


More information about the wine-patches mailing list