Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/PluginStdAfx.h

Issue 29332980: Issue #1484 - Use the currently distributed version of PassthroughAPP unaltered
Patch Set: use OnStartEx() instead of OnStart() Created Dec. 23, 2015, 3:18 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/plugin/PluginWbPassThrough.h » ('j') | src/plugin/PluginWbPassThrough.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | src/plugin/PluginWbPassThrough.h » ('j') | src/plugin/PluginWbPassThrough.h » ('J')

Powered by Google App Engine
This is Rietveld