Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(752)

Unified Diff: chrome_frame/chrome_tab.cc

Issue 66583008: Don't use UpdateRegistryFromResourceS as it's not in 2013 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_tab.cc
diff --git a/chrome_frame/chrome_tab.cc b/chrome_frame/chrome_tab.cc
index a54b88f866568915365004c7a749fb70be6bbfb0..384639d037bde08201a2e55297ed82d0df91effb 100644
--- a/chrome_frame/chrome_tab.cc
+++ b/chrome_frame/chrome_tab.cc
@@ -46,6 +46,12 @@
#include "grit/chrome_frame_resources.h"
#include "url/url_util.h"
+#if _ATL_VER >= 0x0C00
+// This was removed between the VS2010 version and the VS2013 version, and
+// the unsuffixed version was repurposed to mean 'S'.
+#define UpdateRegistryFromResourceS UpdateRegistryFromResource
+#endif
+
using base::win::RegKey;
namespace {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698