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

Side by Side Diff: src/plugin/PluginStdAfx.h

Issue 4797021667983360: [IE] remove <atlhost.h> (Closed)
Patch Set: Created July 20, 2014, 7:01 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 #ifndef _STDAFX_H 1 #ifndef _STDAFX_H
2 #define _STDAFX_H 2 #define _STDAFX_H
3 3
4 #if _MSC_VER > 1000 4 #if _MSC_VER > 1000
5 #pragma once 5 #pragma once
6 #endif // _MSC_VER > 1000 6 #endif // _MSC_VER > 1000
7 7
8 // Embed manifest as a resource, to enable common controls 8 // Embed manifest as a resource, to enable common controls
9 // see http://msdn.microsoft.com/en-us/library/windows/desktop/bb773175(v=vs.85) .aspx#using_manifests 9 // see http://msdn.microsoft.com/en-us/library/windows/desktop/bb773175(v=vs.85) .aspx#using_manifests
10 #pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windo ws.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken=' 6595b64144ccf1df' language='*'\"") 10 #pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windo ws.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken=' 6595b64144ccf1df' language='*'\"")
11 11
12 12
13 //#define STRICT 13 //#define STRICT
14 #define WINVER 0x0501 14 #define WINVER 0x0501
15 15
16 #ifndef _WIN32_WINNT 16 #ifndef _WIN32_WINNT
17 #define _WIN32_WINNT 0x0501 17 #define _WIN32_WINNT 0x0501
18 #endif 18 #endif
19 19
20 #define _ATL_APARTMENT_THREADED 20 #define _ATL_APARTMENT_THREADED
21 21
22 //#define _CRT_SECURE_NO_DEPRECATE 1 22 //#define _CRT_SECURE_NO_DEPRECATE 1
23 #include <atlbase.h> 23 #include <atlbase.h>
24 #include <atlstr.h> 24 #include <atlstr.h>
25 #include <atltypes.h> 25 #include <atltypes.h>
26 26
27 extern CComModule _Module; 27 extern CComModule _Module;
28 #include <comutil.h> 28 #include <comutil.h>
29 #include <atlcom.h> 29 #include <atlcom.h>
30 #include <atlhost.h>
31 #include <stdio.h> 30 #include <stdio.h>
32 #include <assert.h> 31 #include <assert.h>
33 #include <stdexcept> 32 #include <stdexcept>
34 #include <ExDisp.h> 33 #include <ExDisp.h>
35 #include <ExDispID.h> 34 #include <ExDispID.h>
36 #include <Mshtml.h> 35 #include <Mshtml.h>
37 36
38 #include <map> 37 #include <map>
39 #include <set> 38 #include <set>
40 #include <vector> 39 #include <vector>
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 90
92 #ifndef countof 91 #ifndef countof
93 #define countof(x) (sizeof(x)/sizeof(*x)) 92 #define countof(x) (sizeof(x)/sizeof(*x))
94 #endif 93 #endif
95 94
96 #ifdef USE_CONSOLE 95 #ifdef USE_CONSOLE
97 #include "Console.h" 96 #include "Console.h"
98 #endif 97 #endif
99 98
100 #include "BuildVariant.h" 99 #include "BuildVariant.h"
OLDNEW
« adblockplus.gyp ('K') | « adblockplus.gyp ('k') | src/plugin/PluginTabBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld