Re: w32api/windef.h

2003-06-11 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 - From: Christopher Faylor [EMAIL PROTECTED

Re: w32api/windef.h

2003-06-11 Thread Igor Pechtchanski
On Wed, 11 Jun 2003, Lionel Zhou wrote: - 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

Re: w32api/windef.h

2003-06-09 Thread Igor Pechtchanski
On Sun, 8 Jun 2003, Lionel Zhou wrote: - 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

w32api/windef.h

2003-06-08 Thread Lionel Zhou
the windef.h header, it still doesn't compile and the error mrssage is: In file included from utils.c:4: /usr/include/w32api/windef.h:273: parse error before void has anyone successfully used the windef.h header and could you tell me how to compile program like this? my windef.h is attached here

Re: w32api/windef.h

2003-06-08 Thread Tim Prince
On Wednesday 31 December 1969 15:59, Lionel Zhou wrote: 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();

Re: w32api/windef.h

2003-06-08 Thread Christopher Faylor
On Sun, Jun 08, 2003 at 07:19:30AM -0500, Lionel Zhou wrote: In file included from utils.c:4: /usr/include/w32api/windef.h:273: parse error before void has anyone successfully used the windef.h header and could you tell me how to compile program like this? my windef.h is attached here. #include

Re: w32api/windef.h

2003-06-08 Thread Elfyn McBratney
On Sun, 8 Jun 2003, Lionel Zhou wrote: has anyone successfully used the windef.h header and could you tell me how to compile program like this? Use #include windows.h indtead. Elfyn -- Elfyn McBratney (mailto:[EMAIL PROTECTED]) Systems Administrator ABCtales.com / Ubertales.co.uk --

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/include/w32api/windef.h:273: parse