* main.c: Remove windows.h use.
authorChristopher Faylor <me+cygwin@cgf.cx>
Thu, 5 Apr 2001 02:02:13 +0000 (02:02 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Thu, 5 Apr 2001 02:02:13 +0000 (02:02 +0000)
commit608506ed674285b7c6dc61e0bdbe9e8c473c0e7b
tree64eb0219903753785c412eae6f6141e68486f465
parent6457bd476178a8cac32638d2e5d6cf0977a88e69
* 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/ChangeLog
gdb/main.c
gdb/remote-e7000.c
gdb/ser-tcp.c
gdb/source.c
gdb/symfile.c