Sync with trunk rev.61910 to get latest improvements and bugfixes.
[reactos.git] / base / applications / mscutils / devmgmt_new / stdafx.h
1 #pragma once
2
3 #define WIN32_LEAN_AND_MEAN
4 #include <Windows.h>
5 #include <windowsx.h>
6 #include <setupapi.h>
7 #include <cfgmgr32.h>
8 #include <commctrl.h>
9
10 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
11
12 #include <atlbase.h>
13 #include <atlstr.h>