From 643db65912ac1b19cafc5e6a194828132029ba79 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 1 Aug 2011 23:29:14 +0000 Subject: replaced NT and UNIX macros with _WIN32 and _MSC_VER where appropriate svn path=/trunk/externals/unauthorized/; revision=15192 --- wahwah~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wahwah~.c') diff --git a/wahwah~.c b/wahwah~.c index 7f9a9ed..899d1b5 100644 --- a/wahwah~.c +++ b/wahwah~.c @@ -38,7 +38,7 @@ #include #include -#ifdef NT +#ifdef _MSC_VER #define M_PI 3.14159265358979323846 #endif -- cgit v1.2.1