Commit 92eedf85 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

Moved cfgmgr32.h to include/ddk/.

parent 42e592d1
...@@ -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 "cfgmgr32.h" #include "ddk/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 "cfgmgr32.h" #include "ddk/cfgmgr32.h"
#include "initguid.h" #include "initguid.h"
#include "winioctl.h" #include "winioctl.h"
#include "rpc.h" #include "rpc.h"
......
...@@ -63,7 +63,6 @@ WINDOWS_INCLUDES = \ ...@@ -63,7 +63,6 @@ WINDOWS_INCLUDES = \
basetsd.h \ basetsd.h \
basetyps.h \ basetyps.h \
cderr.h \ cderr.h \
cfgmgr32.h \
cguid.h \ cguid.h \
commctrl.h \ commctrl.h \
commdlg.h \ commdlg.h \
...@@ -90,6 +89,7 @@ WINDOWS_INCLUDES = \ ...@@ -90,6 +89,7 @@ WINDOWS_INCLUDES = \
dciman.h \ dciman.h \
dde.h \ dde.h \
ddeml.h \ ddeml.h \
ddk/cfgmgr32.h \
ddk/winsplp.h \ ddk/winsplp.h \
ddraw.h \ ddraw.h \
ddrawi.h \ ddrawi.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