diff options
Diffstat (limited to 'sandbox/tools/finder/stdafx.h')
-rw-r--r-- | sandbox/tools/finder/stdafx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/tools/finder/stdafx.h b/sandbox/tools/finder/stdafx.h index eb1e5f8..f5b821b 100644 --- a/sandbox/tools/finder/stdafx.h +++ b/sandbox/tools/finder/stdafx.h @@ -5,8 +5,8 @@ #ifndef SANDBOX_TOOLS_FINDER_STDAFX_H__ #define SANDBOX_TOOLS_FINDER_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> |