aboutsummaryrefslogtreecommitdiff
path: root/markex.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-02-20 16:51:39 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-02-20 16:51:39 +0000
commit7c8cc4caf30a1437208aea2e0cdf780eecb45e37 (patch)
treeaf013950691dd5447da69f1cf8fc524aa4a1ae46 /markex.c
parent9fde407f30007cc47c3cdd48bc221d8a5fe14746 (diff)
windows build fixes
svn path=/trunk/externals/markex/; revision=13181
Diffstat (limited to 'markex.c')
-rw-r--r--markex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/markex.c b/markex.c
index f16aee8..7fe33dc 100644
--- a/markex.c
+++ b/markex.c
@@ -3,7 +3,7 @@
MarkEx, Copyright (c) 1997-1999 Mark Danks */
-#ifdef NT
+#ifdef _MSC_VER
#pragma warning( disable : 4244 )
#pragma warning( disable : 4305 )
#endif