minor advapi doc addition

James Hawkins truiken at gmail.com
Tue Dec 14 02:57:22 CST 2004


Changelong
    * Minor documentation addition.

-- 
James Hawkins
-------------- next part --------------
Index: dlls/advapi32/advapi.c
===================================================================
RCS file: /home/wine/wine/dlls/advapi32/advapi.c,v
retrieving revision 1.29
diff -u -r1.29 advapi.c
--- dlls/advapi32/advapi.c	1 Dec 2004 15:27:59 -0000	1.29
+++ dlls/advapi32/advapi.c	14 Dec 2004 09:48:37 -0000
@@ -121,6 +121,11 @@
 	return 1;
 }
 
+/******************************************************************************
+ * GetCurrentHwProfileW [ADVAPI32.@]
+ *
+ * See GetCurrentHwProfileA.
+ */
 BOOL WINAPI GetCurrentHwProfileW(LPHW_PROFILE_INFOW pInfo)
 {
        FIXME("(%p)\n", pInfo);


More information about the wine-patches mailing list