summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libw32c.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-20 12:13:06 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-20 12:13:06 +0200
commitdf0890033e7f0c82a279149f48c60cd256668670 (patch)
treed2cd4abe8fc88138b4cb722c18d6a777d199cd64 /crawl-ref/source/libw32c.cc
parent46bf11a728c2b86808c44fc292e79194cf4039c4 (diff)
downloadcrawl-ref-df0890033e7f0c82a279149f48c60cd256668670.tar.gz
crawl-ref-df0890033e7f0c82a279149f48c60cd256668670.zip
Unbreak Windows console builds.
It sabotaged ARRAYSZ(), for no reason. There was a conflict with an old MSVC header, but for ARRAYSIZE() not ARRAYSZ(), then after a sed job in 9ba57ee3 the #undef was unnecesarily kepy.
Diffstat (limited to 'crawl-ref/source/libw32c.cc')
-rw-r--r--crawl-ref/source/libw32c.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/libw32c.cc b/crawl-ref/source/libw32c.cc
index acb0fbd44b..69829dcc71 100644
--- a/crawl-ref/source/libw32c.cc
+++ b/crawl-ref/source/libw32c.cc
@@ -46,7 +46,6 @@
#include <excpt.h>
#include <stdarg.h>
-#undef ARRAYSZ
#include <windows.h>
#undef max
#undef AF_CHAOS