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

Alexandre Julliard julliard at wine.codeweavers.com
Fri Dec 2 07:15:28 CST 2005


ChangeSet ID:	21627
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/12/02 07:15:28

Modified files:
	dlls/netapi32  : ds.c 
	tools/winapi   : win32.api 

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

Patch: http://cvs.winehq.org/patch.py?id=21627

Old revision  New revision  Changes     Path
 1.1           1.2           +2 -1       wine/dlls/netapi32/ds.c
 1.60          1.61          +4 -4       wine/tools/winapi/win32.api

Index: wine/dlls/netapi32/ds.c
diff -u -p wine/dlls/netapi32/ds.c:1.1 wine/dlls/netapi32/ds.c:1.2
--- wine/dlls/netapi32/ds.c:1.1	2 Dec 2005 13:15:28 -0000
+++ wine/dlls/netapi32/ds.c	2 Dec 2005 13:15:28 -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: wine/tools/winapi/win32.api
diff -u -p wine/tools/winapi/win32.api:1.60 wine/tools/winapi/win32.api:1.61
--- wine/tools/winapi/win32.api:1.60	2 Dec 2005 13:15:28 -0000
+++ wine/tools/winapi/win32.api	2 Dec 2005 13:15:28 -0000
@@ -2553,16 +2553,16 @@ PNETSETUP_JOIN_STATUS
 PVOID
 PVOID *
 
-%void
-
-void
-
 %wstr
 
 LMSTR
 LPCWSTR
 LPWSTR
 
+%void
+
+VOID
+
 %%newdev.dll
 
 %long



More information about the wine-cvs mailing list