_WIN32?
Andrew Cagney
ac131313@cygnus.com
Tue Apr 17 14:50:00 GMT 2001
Hello,
utils.c contains:
#if !defined (MPW) && !defined (_WIN32)
/* No termcap under MPW, although might be cool to do something
by looking at worksheet or console window sizes. */
/* Initialize the screen height and width from termcap. */
Given the ``!defined (MPW)'' bit is about to go, I'm wondering if the
!defined(_WIN32) is needed?
Hmm, actually, I'm puzzled. Can anyone fill in the gaps?
__GO32__ djgpp I think
__CYGWIN__ ok - cygwin
__CYGWIN32__ ok - old __CYGWIN__
_WIN32
_WIN32_WCE
__MSDOS__
enjoy,
Andrew
More information about the Gdb
mailing list