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

Unified Diff: src/plugin/ATL_Deprecate.h

Issue 6215938672164864: [IE] Replace ATL::CRect (Closed)
Patch Set: Created June 25, 2014, 7:02 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/PluginClass.cpp » ('j') | src/plugin/PluginClass.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/ATL_Deprecate.h
===================================================================
--- a/src/plugin/ATL_Deprecate.h
+++ b/src/plugin/ATL_Deprecate.h
@@ -26,12 +26,9 @@
#if DISABLE_ATL_FORWARDING
#include <atlbase.h>
-#include <atlstr.h>
-#include <atltypes.h>
#include <atlcom.h>
#include <atlhost.h>
-
#else
/*
@@ -106,7 +103,6 @@
using OLD_ATL::CComPtr;
using OLD_ATL::CComQIPtr;
using OLD_ATL::CComSingleThreadModel;
-using OLD_ATL::CRect;
using OLD_ATL::CSimpleArray;
using OLD_ATL::IDispatchImpl;
using OLD_ATL::IObjectWithSiteImpl;
@@ -125,6 +121,7 @@
#pragma deprecated( CString )
#pragma deprecated( CComBSTR )
#pragma deprecated( CComVariant )
+#pragma deprecated( CRect )
#pragma deprecated( CW2A )
}
« no previous file with comments | « no previous file | src/plugin/PluginClass.cpp » ('j') | src/plugin/PluginClass.cpp » ('J')

Powered by Google App Engine
This is Rietveld