From 7030360902959effa21c357475ad9f0a81f57b14 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 21 Sep 2009 00:35:23 +0000 Subject: cleaned up Windows macros replacing NT with _MSC_VER and _WIN32 where appropriate svn path=/trunk/externals/cxc/; revision=12415 --- split.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'split.c') diff --git a/split.c b/split.c index 11d01c0..92fe73d 100644 --- a/split.c +++ b/split.c @@ -2,7 +2,7 @@ #include #include #include -#ifdef NT +#ifdef _MSC_VER #pragma warning( disable : 4244 ) #pragma warning( disable : 4305 ) #endif -- cgit v1.2.1