[DEVMGR]
authorGed Murphy <gedmurphy@reactos.org>
Thu, 15 Oct 2015 16:57:35 +0000 (16:57 +0000)
committerGed Murphy <gedmurphy@reactos.org>
Thu, 15 Oct 2015 16:57:35 +0000 (16:57 +0000)
Unixification

svn path=/trunk/; revision=69543

reactos/dll/win32/devmgr_new/precomp.h

index 6e1ba80..eb16577 100644 (file)
@@ -53,7 +53,7 @@ OUT LPDWORD lpReboot);
 #include <shlwapi.h>
 #include <strsafe.h>
 #include <process.h>
-#include <WindowsX.h>
+#include <windowsx.h>
 #include <strsafe.h>
 #include <regstr.h>
 #include <newdevp.h>
@@ -61,7 +61,7 @@ OUT LPDWORD lpReboot);
 #include <setupapi.h>
 #include <commctrl.h>
 #include <cfgmgr32.h>
-#include <Uxtheme.h>
+#include <uxtheme.h>
 #include <devguid.h>
 
 #include <atlbase.h>