aboutsummaryrefslogtreecommitdiff
path: root/wahwah~.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-08-01 23:29:14 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:23:30 +0200
commit643db65912ac1b19cafc5e6a194828132029ba79 (patch)
tree60a26041fed52e63efa59cd0c2975fffa265fdfb /wahwah~.c
parentac7266a0e930bd947d9f22af43d9c222574fe1bd (diff)
replaced NT and UNIX macros with _WIN32 and _MSC_VER where appropriate
svn path=/trunk/externals/unauthorized/; revision=15192
Diffstat (limited to 'wahwah~.c')
-rw-r--r--wahwah~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wahwah~.c b/wahwah~.c
index 7f9a9ed..899d1b5 100644
--- a/wahwah~.c
+++ b/wahwah~.c
@@ -38,7 +38,7 @@
#include <stdlib.h>
#include <math.h>
-#ifdef NT
+#ifdef _MSC_VER
#define M_PI 3.14159265358979323846
#endif