mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
Moved cfgmgr32.h to include/ddk/.
This commit is contained in:
parent
42e592d17a
commit
92eedf8567
@ -23,7 +23,7 @@
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winnt.h"
|
||||
#include "cfgmgr32.h"
|
||||
#include "ddk/cfgmgr32.h"
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include "setupapi.h"
|
||||
#include "wine/debug.h"
|
||||
#include "wine/unicode.h"
|
||||
#include "cfgmgr32.h"
|
||||
#include "ddk/cfgmgr32.h"
|
||||
#include "initguid.h"
|
||||
#include "winioctl.h"
|
||||
#include "rpc.h"
|
||||
|
@ -63,7 +63,6 @@ WINDOWS_INCLUDES = \
|
||||
basetsd.h \
|
||||
basetyps.h \
|
||||
cderr.h \
|
||||
cfgmgr32.h \
|
||||
cguid.h \
|
||||
commctrl.h \
|
||||
commdlg.h \
|
||||
@ -90,6 +89,7 @@ WINDOWS_INCLUDES = \
|
||||
dciman.h \
|
||||
dde.h \
|
||||
ddeml.h \
|
||||
ddk/cfgmgr32.h \
|
||||
ddk/winsplp.h \
|
||||
ddraw.h \
|
||||
ddrawi.h \
|
||||
|
Loading…
Reference in New Issue
Block a user