summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-06 00:25:36 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-06 00:27:17 +0100
commit5b5a6bc82d69360a130837a24ac56432a9ef6b6d (patch)
tree0de23db519e8332cd089d5c850881b1f73bd7c76 /crawl-ref/source/AppHdr.h
parent7a9cf7d5dfcee5c454826aa88e7af9c3c6ac2acd (diff)
downloadcrawl-ref-5b5a6bc82d69360a130837a24ac56432a9ef6b6d.tar.gz
crawl-ref-5b5a6bc82d69360a130837a24ac56432a9ef6b6d.zip
Fix the DOS port.
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index 9ec6d523fa..fcaa373b09 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -201,7 +201,9 @@
// Use Perl-compatible regular expressions. libpcre must be available and
// linked in. This is optional.
+ #ifndef REGEX_PCRE
#define REGEX_PCRE
+ #endif
#elif defined(TARGET_OS_WINDOWS)
#if !defined(USE_TILE)