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
..
export Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
context_gl_win.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
context_gl_win.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
crash_handler_win.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
crash_handler_win.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
ctxgl_procaddr.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
ctxgl_procaddr.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
detect.py Set WINVER and _WIN32_WINNT values in VS project 2019-01-22 21:34:37 +01:00
godot.ico Make the Windows icon file smaller 2017-06-20 14:38:50 +02:00
godot.natvis Initial version of VS natvis file 2018-09-17 03:57:25 -04:00
godot_res.rc Refactor version macros and fix related bugs 2018-02-23 20:15:29 +01:00
godot_win.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
joypad.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
joypad.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
key_mapping_win.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
key_mapping_win.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
lang_table.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
os_windows.cpp Raised executable priority on windows to avoid stuter, helps #25162 2019-01-22 16:04:54 -03:00
os_windows.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
platform_config.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
platform_windows_builders.py Running builder (content generator) functions in subprocesses on Windows 2018-07-27 21:37:55 +02:00
power_windows.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
power_windows.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
windows_terminal_logger.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
windows_terminal_logger.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00