Files
godot/platform/windows
Marcin Zawiejski 9ca649c67b Set WINVER and _WIN32_WINNT values in VS project
While looking into a different issue, I've noticed that Visual Studio Intellisense does not work well for Godot project when using Windows Vista+ APIs (e.g. CreateThreadpool), i.e. it does not recognise the APIs because they are defined in Windows header files for Vista+ only.

This is because the WINVER and _WIN32_WINNT symbols don't have their values set in the generated Godot project file. This fixes the problem by setting the values when generating the project file.
2019-01-22 21:34:37 +01:00
..
2017-06-20 14:38:50 +02:00
2018-09-17 03:57:25 -04:00
2019-01-01 12:58:10 +01:00
2019-01-01 12:58:10 +01:00