Re: 回覆: Missing #include from glib/gwin32.c ?

2015-10-19 Thread John Emmas
Apologies if this comes through twice. The original was sent around 30 hours ago and seems to have gotten lost somewhere... On 18/10/2015 10:31, John Emmas wrote: On 16/10/2015 16:07, Fan, Chun-wei wrote: Hi Victor, Can you see whether winternl.h works for you? --- With blessings, thank

Re: 回覆: Missing #include from glib/gwin32.c ?

2015-10-19 Thread Victor A. Santos
On Monday, October 19, 2015 10:37:35 AM BRT, John Emmas wrote: Apologies if this comes through twice. The original was sent around 30 hours ago and seems to have gotten lost somewhere... On 18/10/2015 10:31, John Emmas wrote: On 16/10/2015 16:07, Fan, Chun-wei wrote: Hi Victor, Can you see

Missing #include from glib/gwin32.c ?

2015-10-16 Thread John Emmas
I just updated glib (from git) and tried to build the glib-2-44 branch, using MSVC8. I'm getting a compiler error at line 568 which looks like this:- typedef NTSTATUS fRtlGetVersion (PRTL_OSVERSIONINFOEXW); Basically, my compiler doesn't recognise NTSTATUS. If I substitute LONG

回覆: Missing #include from glib/gwin32.c ?

2015-10-16 Thread Fan, Chun-wei
uot; <john...@tiscali.co.uk> 寄件日期: ‎2015/‎10/‎16 22:59 副本: "gtk-devel-list" <gtk-devel-list@gnome.org> 主旨: Re: Missing #include from glib/gwin32.c ? On 16/10/2015 15:21, Victor Aurélio Santos wrote: > > Apparently at ntdef.h, try that I didn't tested. > Hi Victor and tha

Re: Missing #include from glib/gwin32.c ?

2015-10-16 Thread John Emmas
On 16/10/2015 15:21, Victor Aurélio Santos wrote: Apparently at ntdef.h, try that I didn't tested. Hi Victor and thanks for the quick reply. I think ntdef.h might be MinGW specific (I can't find it in MSVC) but after a bit of experimenting I found 4 other header files which fix the

回覆: Missing #include from glib/gwin32.c ?

2015-10-16 Thread Fan, Chun-wei
> 寄件日期: ‎2015/‎10/‎16 21:23 收件者: "gtk-devel-list" <gtk-devel-list@gnome.org> 主旨: Missing #include from glib/gwin32.c ? I just updated glib (from git) and tried to build the glib-2-44 branch, using MSVC8. I'm getting a compiler error at line 568 which looks like this:-

Re: Missing #include from glib/gwin32.c ?

2015-10-16 Thread Victor Aurélio Santos
Apparently at ntdef.h, try that I didn't tested. On Oct 16, 2015 10:23 AM, "John Emmas" wrote: > I just updated glib (from git) and tried to build the glib-2-44 branch, > using MSVC8. I'm getting a compiler error at line 568 which looks like > this:- > > typedef