James Hawkins : include: Move cfgmgr32.h to include/ to match the SDK.

Alexandre Julliard julliard at wine.codeweavers.com
Sat Oct 14 14:13:36 CDT 2006


Module: wine
Branch: master
Commit: 3b6017ae1894648f478ab242207e1153c20c8b57
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3b6017ae1894648f478ab242207e1153c20c8b57

Author: James Hawkins <truiken at gmail.com>
Date:   Fri Oct 13 14:05:01 2006 -0700

include: Move cfgmgr32.h to include/ to match the SDK.

---

 dlls/cfgmgr32/main.c         |    2 +-
 dlls/setupapi/devinst.c      |    2 +-
 include/Makefile.in          |    2 +-
 include/{ddk => }/cfgmgr32.h |    0 
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/cfgmgr32/main.c b/dlls/cfgmgr32/main.c
index 8f44961..9f27a29 100644
--- a/dlls/cfgmgr32/main.c
+++ b/dlls/cfgmgr32/main.c
@@ -23,7 +23,7 @@ #include <stdarg.h>
 #include "windef.h"
 #include "winbase.h"
 #include "winnt.h"
-#include "ddk/cfgmgr32.h"
+#include "cfgmgr32.h"
 
 #include "wine/debug.h"
 
diff --git a/dlls/setupapi/devinst.c b/dlls/setupapi/devinst.c
index 86bcca1..fbf6ded 100644
--- a/dlls/setupapi/devinst.c
+++ b/dlls/setupapi/devinst.c
@@ -34,7 +34,7 @@ #include "winnls.h"
 #include "setupapi.h"
 #include "wine/debug.h"
 #include "wine/unicode.h"
-#include "ddk/cfgmgr32.h"
+#include "cfgmgr32.h"
 #include "initguid.h"
 #include "winioctl.h"
 #include "rpc.h"
diff --git a/include/Makefile.in b/include/Makefile.in
index 2dc8fb0..4b959bc 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -76,6 +76,7 @@ WINDOWS_INCLUDES = \
 	basetsd.h \
 	basetyps.h \
 	cderr.h \
+	cfgmgr32.h \
 	cguid.h \
 	cierror.h \
 	clusapi.h \
@@ -104,7 +105,6 @@ WINDOWS_INCLUDES = \
 	dciman.h \
 	dde.h \
 	ddeml.h \
-	ddk/cfgmgr32.h \
 	ddk/compstui.h \
 	ddk/ntddcdvd.h \
 	ddk/ntddser.h \
diff --git a/include/ddk/cfgmgr32.h b/include/cfgmgr32.h
similarity index 100%
rename from include/ddk/cfgmgr32.h
rename to include/cfgmgr32.h




More information about the wine-cvs mailing list