aboutsummaryrefslogtreecommitdiff
path: root/split.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-09-21 00:35:23 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-09-21 00:35:23 +0000
commit7030360902959effa21c357475ad9f0a81f57b14 (patch)
tree58a4b7e465de1c88789e2bb13af3b3af68646822 /split.c
parentfb4342642d13f924131af8fa4f706f1813a2ce4b (diff)
cleaned up Windows macros replacing NT with _MSC_VER and _WIN32 where appropriate
svn path=/trunk/externals/cxc/; revision=12415
Diffstat (limited to 'split.c')
-rw-r--r--split.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/split.c b/split.c
index 11d01c0..92fe73d 100644
--- a/split.c
+++ b/split.c
@@ -2,7 +2,7 @@
#include <string.h>
#include <stdlib.h>
#include <math.h>
-#ifdef NT
+#ifdef _MSC_VER
#pragma warning( disable : 4244 )
#pragma warning( disable : 4305 )
#endif