Re: FILE_NAME_INFO struct in 'glib/gmessages.c'

2017-09-15 Thread 范君維
Hi John, John Emmas 於 2017/9/16 上午 03:00 寫道: It looks like I have VS2005 installed and also the corresponding DirectX SDK.  I can't see any other SDK's that are specific to VS2005. This means that you are using the Windows SDK that came with your Visual Studio 2005 I'm assuming you're

Re: FILE_NAME_INFO struct in 'glib/gmessages.c'

2017-09-15 Thread John Emmas
On 15/09/2017 17:25, Chun-wei Fan (范君維) wrote: Are you using the Windows SDK that came with your Visual Studio 2005?  These items that you mentioned are in the Server 2008 (7.0) SDKs, which work with Visual Studio 2005 (and the Windows 7 (7.1) SDKs does work with 2005 as well) Thanks for

Re: FILE_NAME_INFO struct in 'glib/gmessages.c'

2017-09-15 Thread 范君維
Hi John, John Emmas 於 2017/9/15 下午 08:44 寫道: I just tried building Glib from git master (non-meson build at the moment). In 'config.h.win32.in' it looks like the value of _WIN32_WINNT got increased to 0x601.  This means that when building 'glib/gmessages.c' the struct _FILE_NAME_INFO is no

Re: FILE_NAME_INFO struct in 'glib/gmessages.c'

2017-09-15 Thread LRN
On 9/15/2017 3:44 PM, John Emmas wrote: > I just tried building Glib from git master (non-meson build at the moment). > > In 'config.h.win32.in' it looks like the value of _WIN32_WINNT got > increased to 0x601. This means that when building 'glib/gmessages.c' > the struct _FILE_NAME_INFO is no

FILE_NAME_INFO struct in 'glib/gmessages.c'

2017-09-15 Thread John Emmas
I just tried building Glib from git master (non-meson build at the moment). In 'config.h.win32.in' it looks like the value of _WIN32_WINNT got increased to 0x601. This means that when building 'glib/gmessages.c' the struct _FILE_NAME_INFO is no longer defined. However... it's still getting