File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2727 <CompileAs >Default</CompileAs >
2828 <UseFullPaths >false</UseFullPaths >
2929 <MultiProcessorCompilation >true</MultiProcessorCompilation >
30- <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
30+ <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0601; %(PreprocessorDefinitions)</PreprocessorDefinitions >
3131 <TreatSpecificWarningsAsErrors >4715</TreatSpecificWarningsAsErrors >
3232 </ClCompile >
3333 <Link >
Original file line number Diff line number Diff line change 66// use to this version.
77#define FB_WIN32_WINNT_BASELINE 0x0601
88
9+ // Normally, _WIN32_WINNT is defined in the PreprocessorDefinitions of Firebird.Common.props.
910#ifndef _WIN32_WINNT
10- // Set _WIN32_WINNT to the baseline, but allow overriding
11+ // Fallback to set _WIN32_WINNT to the baseline.
1112#define _WIN32_WINNT FB_WIN32_WINNT_BASELINE
1213#elif (_WIN32_WINNT < FB_WIN32_WINNT_BASELINE )
1314// Consider Windows versions before the baseline really too old.
You can’t perform that action at this time.
0 commit comments