diff --git a/src/global.h b/src/global.h
index 3ec886db1a65879a707fe96df2fbae9f334c0cfb..d2a59c18648ff54bb879ee5bdd8427eb7b75d23d 100644
--- a/src/global.h
+++ b/src/global.h
@@ -5,11 +5,15 @@
 \*/
 
 /*
- * $Id: global.h,v 1.33 1999/04/25 20:32:38 grubba Exp $
+ * $Id: global.h,v 1.34 1999/05/12 04:41:36 hubbe Exp $
  */
 #ifndef GLOBAL_H
 #define GLOBAL_H
 
+#if defined(__WINNT__) && !defined(__NT__)
+#define __NT__
+#endif
+
 /* The worlds most stringent C compiler? */
 #ifdef __TenDRA__
 /* We want to be able to use 64bit arithmetic */