summaryrefslogtreecommitdiff
path: root/src/os
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2013-08-05 20:36:58 +0000
committermichi_cc <michi_cc@openttd.org>2013-08-05 20:36:58 +0000
commitb96ef5c758ccb25e2ad780ea06c78c8b39df8ca8 (patch)
treef66085519d16f3d6d4106d48d73ba1e757f72f61 /src/os
parent765e7d349e1d9b20fda640672a2e6864db4d8b08 (diff)
downloadopenttd-b96ef5c758ccb25e2ad780ea06c78c8b39df8ca8.tar.xz
(svn r25677) -Codechange: [Win32] There are no 64-bit Windows versions below XP and we can safely assume it as the target platform.
Diffstat (limited to 'src/os')
-rw-r--r--src/os/windows/crashlog_win.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/os/windows/crashlog_win.cpp b/src/os/windows/crashlog_win.cpp
index 44edd72f1..41f83b60b 100644
--- a/src/os/windows/crashlog_win.cpp
+++ b/src/os/windows/crashlog_win.cpp
@@ -10,12 +10,6 @@
/** @file crashlog_win.cpp Implementation of a crashlogger for Windows */
#include "../../stdafx.h"
-#if defined(_MSC_VER) && defined(_M_AMD64)
-/* Redefine WinNT version to get RtlCaptureContext prototype. */
-#undef _WIN32_WINNT
-#undef NTDDI_VERSION
-#define _WIN32_WINNT _WIN32_WINNT_WINXP
-#endif /* defined(_MSC_VER) && defined(_M_AMD64) */
#include "../../crashlog.h"
#include "win32.h"
#include "../../core/alloc_func.hpp"