aboutsummaryrefslogtreecommitdiff
path: root/pd/extra/pique/pique.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/extra/pique/pique.c')
-rw-r--r--pd/extra/pique/pique.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pd/extra/pique/pique.c b/pd/extra/pique/pique.c
index f4cae5e1..a53ad765 100644
--- a/pd/extra/pique/pique.c
+++ b/pd/extra/pique/pique.c
@@ -7,7 +7,8 @@ combustible materiel, or as part of any life support system or weapon. */
#include "m_pd.h"
#include <math.h>
#include <stdio.h>
-#ifdef NT
+/* These pragmas are only used for MSVC, not MinGW or Cygwin <hans@at.or.at> */
+#ifdef _MSC_VER
#pragma warning( disable : 4244 )
#pragma warning( disable : 4305 )
#endif