Index: src/plugin/PluginStdAfx.h |
=================================================================== |
--- a/src/plugin/PluginStdAfx.h |
+++ b/src/plugin/PluginStdAfx.h |
@@ -34,6 +34,12 @@ |
#define _WIN32_WINNT 0x0501 |
#endif |
+/* |
+ * PassthroughAPP requires at least IE version 7.0 |
+ * Must be defined before other Windows headers or it gets redefined incorrectly |
+ */ |
+#define _WIN32_IE _WIN32_IE_IE70 |
sergei
2016/02/26 19:53:56
We support IE starting from IE 8, wouldn't it be b
Eric
2016/05/19 16:10:19
The way these definitions work, they turn on new f
|
+ |
#define _ATL_APARTMENT_THREADED |
//#define _CRT_SECURE_NO_DEPRECATE 1 |