aboutsummaryrefslogtreecommitdiff
path: root/delta~.c
diff options
context:
space:
mode:
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