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 --- disto~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disto~.c') diff --git a/disto~.c b/disto~.c index 66865db..ab0d921 100644 --- a/disto~.c +++ b/disto~.c @@ -39,7 +39,7 @@ #include #include -#ifdef NT +#ifdef _MSC_VER #define M_PI 3.14159265358979323846 #endif -- cgit v1.2.1