From 7fbe09b0f7b94a25a3501a5bf3bcd4602cf9f523 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Tue, 11 May 1999 21:41:36 -0700
Subject: [PATCH] make it easier to compile with Cygwin

Rev: src/global.h:1.34
---
 src/global.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/global.h b/src/global.h
index 3ec886db1a..d2a59c1864 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 */
-- 
GitLab