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

Unified Diff: Shared/PluginStdAfx.h

Issue 9043003: Visual Studio Express readyness. No MFC. (Closed)
Patch Set: Created Dec. 17, 2012, 2:41 a.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
« AdPlugin.sln ('K') | « Shared/PluginDownloadDialog.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Shared/PluginStdAfx.h
===================================================================
--- a/Shared/PluginStdAfx.h
+++ b/Shared/PluginStdAfx.h
@@ -14,23 +14,10 @@
#define _ATL_APARTMENT_THREADED
-#define _AFX_ALL_WARNINGS
-#include <afxwin.h> // MFC core and standard components
-#include <afxext.h> // MFC extensions
-
-#ifndef _AFX_NO_OLE_SUPPORT
-#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
-#endif
-
-#ifndef _AFX_NO_AFXCMN_SUPPORT
-#include <afxcmn.h> // MFC support for Windows Common Controls
-#endif
-
-#include "afx.h"
-
#define _CRT_SECURE_NO_DEPRECATE 1
#include <atlbase.h>
#include <atlstr.h>
+#include <atltypes.h>
extern CComModule _Module;
#include <comutil.h>
« AdPlugin.sln ('K') | « Shared/PluginDownloadDialog.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld