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

Unified Diff: src/plugin/PluginStdAfx.h

Issue 5765952465534976: Issue #276 - Introduce ATL_Deprecate.h (Closed)
Patch Set: Created July 24, 2014, 2:06 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
« adblockplus.gyp ('K') | « src/plugin/ATL_Deprecate.h ('k') | no next file » | no next file with comments »
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
@@ -20,13 +20,9 @@
#define _ATL_APARTMENT_THREADED
//#define _CRT_SECURE_NO_DEPRECATE 1
-#include <atlbase.h>
-#include <atlstr.h>
-#include <atltypes.h>
+#include "ATL_Deprecate.h"
extern CComModule _Module;
-#include <comutil.h>
Eric 2014/07/24 14:10:11 <comutil.h> is unused.
-#include <atlcom.h>
#include <stdio.h>
#include <assert.h>
#include <stdexcept>
« adblockplus.gyp ('K') | « src/plugin/ATL_Deprecate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld