Commit 3b6017ae authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

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

parent 3cb50048
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
#include "winnt.h" #include "winnt.h"
#include "ddk/cfgmgr32.h" #include "cfgmgr32.h"
#include "wine/debug.h" #include "wine/debug.h"
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#include "setupapi.h" #include "setupapi.h"
#include "wine/debug.h" #include "wine/debug.h"
#include "wine/unicode.h" #include "wine/unicode.h"
#include "ddk/cfgmgr32.h" #include "cfgmgr32.h"
#include "initguid.h" #include "initguid.h"
#include "winioctl.h" #include "winioctl.h"
#include "rpc.h" #include "rpc.h"
......
...@@ -76,6 +76,7 @@ WINDOWS_INCLUDES = \ ...@@ -76,6 +76,7 @@ WINDOWS_INCLUDES = \
basetsd.h \ basetsd.h \
basetyps.h \ basetyps.h \
cderr.h \ cderr.h \
cfgmgr32.h \
cguid.h \ cguid.h \
cierror.h \ cierror.h \
clusapi.h \ clusapi.h \
...@@ -104,7 +105,6 @@ WINDOWS_INCLUDES = \ ...@@ -104,7 +105,6 @@ WINDOWS_INCLUDES = \
dciman.h \ dciman.h \
dde.h \ dde.h \
ddeml.h \ ddeml.h \
ddk/cfgmgr32.h \
ddk/compstui.h \ ddk/compstui.h \
ddk/ntddcdvd.h \ ddk/ntddcdvd.h \
ddk/ntddser.h \ ddk/ntddser.h \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment