From 2a40973a4157973188397d65d1438a269fe7cb74 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 5 Apr 2001 02:02:14 +0000 Subject: * main.c: Remove windows.h use. (gdbtk_test): Use PATH_MAX for home var calculation. * remote-e7000.c (e7000_parse_device): Accomodate Cygwin as well as Win32 in test. * ser-tcp.c: Use modern __CYGWIN__ conditional. * source.c (mod_path): Add __CYGWIN__ conditional to WIN32 test. (openp): Ditto. * symfile.c (symfile_bfd_open): Ditto. * gdbtk/generic/gdbtk.c: Ditto. --- gdb/ser-tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/ser-tcp.c') diff --git a/gdb/ser-tcp.c b/gdb/ser-tcp.c index 7f6b65a5411..d7eb9cbd7df 100644 --- a/gdb/ser-tcp.c +++ b/gdb/ser-tcp.c @@ -29,7 +29,7 @@ #include #include #include -#ifndef __CYGWIN32__ +#ifndef __CYGWIN__ #include #endif -- cgit v1.2.1