From 9a082f97a60793ab2e151a70a931977a802de47b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 31 Jan 2010 21:45:38 +0000 Subject: converted NT to _WIN32 svn path=/trunk/externals/windowing/; revision=13123 --- mconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mconf.h b/mconf.h index 04c4278..99c0a26 100644 --- a/mconf.h +++ b/mconf.h @@ -92,7 +92,7 @@ Copyright 1984, 1987, 1989, 1995 by Stephen L. Moshier /* Constant definitions for math error conditions */ -#ifndef NT +#ifndef _WIN32 #define DOMAIN 1 /* argument domain error */ #define SING 2 /* argument singularity */ #define OVERFLOW 3 /* overflow range error */ -- cgit v1.2.1