aboutsummaryrefslogtreecommitdiff
path: root/prepend.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 /prepend.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 'prepend.c')
-rw-r--r--prepend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/prepend.c b/prepend.c
index 1873266..933f455 100644
--- a/prepend.c
+++ b/prepend.c
@@ -1,5 +1,5 @@
#include <m_pd.h>
-#ifdef NT
+#ifdef _MSC_VER
#pragma warning( disable : 4244 )
#pragma warning( disable : 4305 )
#endif