Imported Upstream version 9.20
[platform/upstream/7zip.git] / CPP / 7zip / UI / FileManager / 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 \r
8 // it's for Windows NT supporting (MENUITEMINFOW)\r
9 #define WINVER 0x0400\r
10 \r
11 #include <windows.h>\r
12 #include <stdio.h>\r
13 #include <commctrl.h>\r
14 #include <ShlObj.h>\r
15 #include <limits.h>\r
16 #include <tchar.h>\r
17 #include <shlwapi.h>\r
18 \r
19 // #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers\r
20 \r
21 #include "Common/NewHandler.h"\r
22 \r
23 #endif\r