aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hasc~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hasc~.c b/hasc~.c
index ba9049c..67586a9 100644
--- a/hasc~.c
+++ b/hasc~.c
@@ -19,7 +19,7 @@
#include "m_pd.h"
#include <math.h>
-#ifdef NT
+#ifdef _WIN32
#pragma warning( disable : 4244 )
#pragma warning( disable : 4305 )
#endif