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> |