aboutsummaryrefslogtreecommitdiff
path: root/mconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'mconf.h')
-rw-r--r--mconf.h2
1 files changed, 1 insertions, 1 deletions
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 */