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

Unified Diff: sandbox/tools/launcher/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/tools/finder/stdafx.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/tools/launcher/stdafx.h
===================================================================
--- sandbox/tools/launcher/stdafx.h (revision 11293)
+++ sandbox/tools/launcher/stdafx.h (working copy)
@@ -5,8 +5,8 @@
#ifndef SANDBOX_TOOLS_LAUNCHER_STDAFX_H__
#define SANDBOX_TOOLS_LAUNCHER_STDAFX_H__
-#ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later.
-#define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows.
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT 0x0501
#endif
#include <stdio.h>
« no previous file with comments | « sandbox/tools/finder/stdafx.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698