ADVAPI32: add a stub implementation for GetCurrentHwProfileW

Mike McCormack mike at codeweavers.com
Tue Nov 30 11:30:47 CST 2004


ChangeLog:
* add a stub implementation for GetCurrentHwProfileW
-------------- next part --------------
? dlls/advapi32/advapi32.dll-DYNjGl.spec.c
? dlls/advapi32/advapi32.dll-cAxPiw.spec.c
Index: dlls/advapi32/advapi.c
===================================================================
RCS file: /home/wine/wine/dlls/advapi32/advapi.c,v
retrieving revision 1.28
diff -u -r1.28 advapi.c
--- dlls/advapi32/advapi.c	12 Jul 2004 23:32:10 -0000	1.28
+++ dlls/advapi32/advapi.c	30 Nov 2004 18:03:22 -0000
@@ -121,6 +121,12 @@
 	return 1;
 }
 
+BOOL WINAPI GetCurrentHwProfileW(LPHW_PROFILE_INFOW pInfo)
+{
+       FIXME("(%p)\n", pInfo);
+       return FALSE;
+}
+
 /******************************************************************************
  * AbortSystemShutdownA [ADVAPI32.@]
  *
Index: dlls/advapi32/advapi32.spec
===================================================================
RCS file: /home/wine/wine/dlls/advapi32/advapi32.spec,v
retrieving revision 1.62
diff -u -r1.62 advapi32.spec
--- dlls/advapi32/advapi32.spec	10 Nov 2004 01:31:39 -0000	1.62
+++ dlls/advapi32/advapi32.spec	30 Nov 2004 18:03:22 -0000
@@ -108,6 +108,7 @@
 @ stdcall GetAce(ptr long ptr)
 @ stdcall GetAclInformation(ptr ptr long long)
 @ stdcall GetCurrentHwProfileA(ptr)
+@ stdcall GetCurrentHwProfileW(ptr)
 @ stub GetEffectiveRightsFromAclA
 @ stdcall GetExplicitEntriesFromAclA(ptr ptr ptr)
 @ stdcall GetExplicitEntriesFromAclW(ptr ptr ptr)


More information about the wine-patches mailing list