aboutsummaryrefslogtreecommitdiff
path: root/src/lpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lpt.c')
-rw-r--r--src/lpt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lpt.c b/src/lpt.c
index fbe58ff..238beef 100644
--- a/src/lpt.c
+++ b/src/lpt.c
@@ -40,7 +40,7 @@
#ifdef Z_WANT_LPT
# include <stdlib.h>
-# ifdef NT
+# ifdef __WIN32__
/* on windoze everything is so complicated... */
extern int read_parport(int port);
extern void write_parport(int port, int value);
@@ -77,7 +77,7 @@ static int sys_inb(int port)
{
return inb(port);
}
-# endif /* NT */
+# endif /* __WIN32__ */
#endif /* Z_WANT_LP */