Can you tell from the cygwin API whether you're running under NT or 95?
I saw the thread that contained:
if (! is_winnt)
{
...your w9x specific code...
}
The definition of is_winnt is used eg. in `cygwin_utils.c':
#define is_winnt (GetVersion() < 0x80000000)
but GetVersion is undefined.
Thanks, Bruce.
--
Want to unsubscribe from this list?
Send a message to [EMAIL PROTECTED]
- O_NONBLOCK serial I/O blocks on 95, OK on N... Bruce Edge
- Re: O_NONBLOCK serial I/O blocks on 95... Larry Hall (RFK Partners, Inc)
- Re: O_NONBLOCK serial I/O blocks o... Christopher Faylor
- Re: O_NONBLOCK serial I/O bloc... Larry Hall (RFK Partners, Inc)
- Re: Checking for 95 vs. NT... Bruce Edge
- Re: Checking for 95 v... Christopher Faylor
- RE: O_NONBLOCK serial I/O blocks on 95... Town, Brad
- Re: O_NONBLOCK serial I/O blocks o... Christopher Faylor
- Re: O_NONBLOCK serial I/O blocks o... Bruce Edge
- RE: O_NONBLOCK serial I/O blocks on 95... Town, Brad
