aboutsummaryrefslogtreecommitdiff
path: root/m_pd.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-14 21:36:01 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-14 21:36:01 +0000
commitf5fedc1282be886c84f573782c70d9dde50fcedc (patch)
treea7b2850fd120bfd3a393f010ec9dc3de07fa035f /m_pd.h
parent737928034302714e49b34b5e9b5bdd638f639676 (diff)
these pragmas are only used for MSVC, not MinGW or Cygwin, therefore changing the define from NT to _MSC_VER
svn path=/trunk/externals/ext13/; revision=3900
Diffstat (limited to 'm_pd.h')
-rw-r--r--m_pd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/m_pd.h b/m_pd.h
index aa0a7e1..14400ca 100644
--- a/m_pd.h
+++ b/m_pd.h
@@ -6,7 +6,7 @@
extern "C" {
#endif
-#ifdef NT
+#ifdef _MSC_VER
// #pragma warning( disable : 4091 )
#pragma warning( disable : 4305 ) /* uncast const double to float */
#pragma warning( disable : 4244 ) /* uncast float/int conversion etc. */