ADVAPI32: include appmgmt.h where it's functions are used

Mike McCormack mike at codeweavers.com
Wed Jun 8 22:34:35 CDT 2005


ChangeLog:
* include appmgmt.h where it's functions are used
-------------- next part --------------
Index: dlls/advapi32/advapi.c
===================================================================
RCS file: /home/wine/wine/dlls/advapi32/advapi.c,v
retrieving revision 1.32
diff -u -p -r1.32 advapi.c
--- dlls/advapi32/advapi.c	31 May 2005 13:24:44 -0000	1.32
+++ dlls/advapi32/advapi.c	9 Jun 2005 03:36:35 -0000
@@ -32,6 +32,7 @@
 #include "winreg.h"
 #include "winternl.h"
 #include "winerror.h"
+#include "appmgmt.h"
 
 #include "wine/library.h"
 #include "wine/debug.h"


More information about the wine-patches mailing list