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

Side by Side Diff: sandbox/tools/finder/stdafx.h

Issue 42013: Slight code change to make some global variables const. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 9 months 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sandbox/src/service_resolver.cc ('k') | sandbox/tools/launcher/stdafx.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef SANDBOX_TOOLS_FINDER_STDAFX_H__ 5 #ifndef SANDBOX_TOOLS_FINDER_STDAFX_H__
6 #define SANDBOX_TOOLS_FINDER_STDAFX_H__ 6 #define SANDBOX_TOOLS_FINDER_STDAFX_H__
7 7
8 #ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later. 8 #ifndef _WIN32_WINNT
9 #define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target o ther versions of Windows. 9 #define _WIN32_WINNT 0x0501
10 #endif 10 #endif
11 11
12 #include <stdio.h> 12 #include <stdio.h>
13 #include <tchar.h> 13 #include <tchar.h>
14 #include <windows.h> 14 #include <windows.h>
15 #define _ATL_NO_EXCEPTIONS 15 #define _ATL_NO_EXCEPTIONS
16 #include <atlbase.h> 16 #include <atlbase.h>
17 #include <atlsecurity.h> 17 #include <atlsecurity.h>
18 18
19 #endif // SANDBOX_TOOLS_FINDER_STDAFX_H__ 19 #endif // SANDBOX_TOOLS_FINDER_STDAFX_H__
OLDNEW
« no previous file with comments | « sandbox/src/service_resolver.cc ('k') | sandbox/tools/launcher/stdafx.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698