Re: w32api/windef.h

2003-06-10 Thread Lionel Zhou
- Original Message - From: Igor Pechtchanski <[EMAIL PROTECTED]> Date: Mon, 9 Jun 2003 09:17:21 -0400 (EDT) To: Lionel Zhou <[EMAIL PROTECTED]> Subject: Re: w32api/windef.h > On Sun, 8 Jun 2003, Lionel Zhou wrote: > > > - Original Message - > > Fr

Re: w32api/windef.h

2003-06-08 Thread Lionel Zhou
- Original Message - From: Christopher Faylor <[EMAIL PROTECTED]> Date: Sun, 8 Jun 2003 11:21:43 -0400 To: [EMAIL PROTECTED] Subject: Re: w32api/windef.h > On Sun, Jun 08, 2003 at 07:19:30AM -0500, Lionel Zhou wrote: > >In file included from utils.c:4: > >/usr/includ

w32api/windef.h

2003-06-08 Thread Lionel Zhou
dear fellow cygwin users, i run into problem compiling a program, the section with the problem is in this function: char *FFSS_GetOS(void) { #ifdef _WIN32 if(FFSS_WinServerVersion[0] == 0) { DWORD dwVersion = GetVersion(); if(dwVersion < 0x8000) /* Windows NT/2K/XP */ {