I was recently dealing with a project that seems to have been creatd from
a Visual Studio project template.  It includes a "targetver.h" file with
the following comments:

// Including SDKDDKVer.h defines the highest available Windows platform.

// If you wish to build your application for a previous Windows platform, 
include WinSDKVer.h and
// set the _WIN32_WINNT macro to the platform you wish to support before 
including SDKDDKVer.h.


However, in mingw-w64, including SDKDDKVer.h doesn't result in the highest
available Windows platform, or even the default as specified to
mingw-w64-headers' configure script.  It seems to hardcode a default of
"WS03" aka 0x0502.


_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to