aboutsummaryrefslogtreecommitdiff
path: root/CPP/7zip/UI/FileManager/StdAfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/UI/FileManager/StdAfx.h')
-rw-r--r--CPP/7zip/UI/FileManager/StdAfx.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/CPP/7zip/UI/FileManager/StdAfx.h b/CPP/7zip/UI/FileManager/StdAfx.h
new file mode 100644
index 0000000..0e6d446
--- /dev/null
+++ b/CPP/7zip/UI/FileManager/StdAfx.h
@@ -0,0 +1,21 @@
1// stdafx.h
2
3#ifndef __STDAFX_H
4#define __STDAFX_H
5
6/* we used 0x0400 for Windows NT supporting (MENUITEMINFOW)
7 But now menu problem is fixed. So it's OK to use 0x0500 (Windows 2000) */
8
9// #define _WIN32_WINNT 0x0400
10#define _WIN32_WINNT 0x0500
11#define WINVER _WIN32_WINNT
12
13#include "../../../Common/Common.h"
14
15// #include "../../../Common/MyWindows.h"
16
17// #include <CommCtrl.h>
18// #include <ShlObj.h>
19// #include <Shlwapi.h>
20
21#endif