diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-01-31 21:45:38 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-01-31 21:45:38 +0000 |
commit | 9a082f97a60793ab2e151a70a931977a802de47b (patch) | |
tree | 6de434c42a7509cbad8a75eb161d9462b34d8b9c /mconf.h | |
parent | f9e424312a63b740edb845d28685ec68022cf729 (diff) |
converted NT to _WIN32
svn path=/trunk/externals/windowing/; revision=13123
Diffstat (limited to 'mconf.h')
-rw-r--r-- | mconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |