aboutsummaryrefslogtreecommitdiff
path: root/delta~.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 /delta~.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 'delta~.c')
-rw-r--r--delta~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/delta~.c b/delta~.c
index 8b1826f..01b59fd 100644
--- a/delta~.c
+++ b/delta~.c
@@ -1,6 +1,6 @@
#include "m_pd.h"
#include <math.h>
-#ifdef NT
+#ifdef _MSC_VER
#pragma warning( disable : 4244 )
#pragma warning( disable : 4305 )
#endif