summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libw32c.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-04-08 18:38:45 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-04-08 18:50:34 +0200
commit7376cb90056f20c84f8a1c3c6ff617d3ee3d5935 (patch)
tree95103787fb8a5131f5cb96e34cc8e4e3efe03347 /crawl-ref/source/libw32c.cc
parenta9f80b79f629c11b910e0ada57bca863b4830e43 (diff)
downloadcrawl-ref-7376cb90056f20c84f8a1c3c6ff617d3ee3d5935.tar.gz
crawl-ref-7376cb90056f20c84f8a1c3c6ff617d3ee3d5935.zip
Fix win64 compilation.
BTW, what's the point of forcing architecture in the build? The compiler already knows that, trying to do that ourselves just caused build failures.
Diffstat (limited to 'crawl-ref/source/libw32c.cc')
-rw-r--r--crawl-ref/source/libw32c.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/libw32c.cc b/crawl-ref/source/libw32c.cc
index 5f0d252652..40ab76af3e 100644
--- a/crawl-ref/source/libw32c.cc
+++ b/crawl-ref/source/libw32c.cc
@@ -43,15 +43,14 @@
#define NOSERVICE /* All Service Controller routines, SERVICE_ equates, etc. */
#define NOKANJI /* Kanji support stuff. */
#define NOMCX /* Modem Configuration Extensions */
-#ifndef _X86_
-#define _X86_ /* target architecture */
-#endif
#include <excpt.h>
#include <stdarg.h>
#undef ARRAYSZ
#include <windows.h>
#undef max
+#undef AF_CHAOS
+#undef S_NORMAL
// END -- WINDOWS INCLUDES