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

This commit is contained in:
James Hawkins 2006-10-13 14:05:01 -07:00 committed by Alexandre Julliard
parent 3cb5004876
commit 3b6017ae18
4 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@
#include "windef.h"
#include "winbase.h"
#include "winnt.h"
#include "ddk/cfgmgr32.h"
#include "cfgmgr32.h"
#include "wine/debug.h"

View file

@ -34,7 +34,7 @@
#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"

View file

@ -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 \