Imported Upstream version 9.20
[platform/upstream/7zip.git] / CPP / 7zip / UI / Explorer / StdAfx.h
1 // StdAfx.h\r
2 \r
3 #ifndef __STDAFX_H\r
4 #define __STDAFX_H\r
5 \r
6 #define _WIN32_WINNT 0x0400\r
7 // it's hack for Windows NT supporting\r
8 #define WINVER 0x0400\r
9 \r
10 // #define _WIN32_IE 0x0500\r
11 #include <windows.h>\r
12 #include <CommCtrl.h>\r
13 #include <shlobj.h>\r
14 #include <tchar.h>\r
15 \r
16 #include <stddef.h>\r
17 #include <string.h>\r
18 #include <wchar.h>\r
19 \r
20 #include <shlguid.h>\r
21 \r
22 #include "Common/NewHandler.h"\r
23 \r
24 #endif\r