aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--config/mh-cygwin322
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b70f07b..d3c86df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Aug 11 20:51:50 1996 Stu Grossman (grossman@critters.cygnus.com)
+
+ * config/mh-cygwin32 (CFLAGS): Define _WIN32 to be compatible
+ with normal Windows compilation environment.
+
Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
* make-all.com: Run config-a-gas.
diff --git a/config/mh-cygwin32 b/config/mh-cygwin32
index 14a9f89..a0abb5e 100644
--- a/config/mh-cygwin32
+++ b/config/mh-cygwin32
@@ -4,3 +4,5 @@ MAKEINFOFLAGS=--no-split
# This does some sort of DOS specific installation, I guess.
INSTALL_DOSREL=install-dosrel
+
+CFLAGS=-D_WIN32