From 215d6a41d0e112df932a31f04f26fdb46aa61bfb Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Mon, 12 Aug 1996 03:53:54 +0000 Subject: * config/mh-cygwin32 (CFLAGS): Define _WIN32 to be compatible with normal Windows compilation environment. --- config/mh-cygwin32 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') 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 -- cgit v1.1