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 27
27
<CompileAs >Default</CompileAs >
28
28
<UseFullPaths >false</UseFullPaths >
29
29
<MultiProcessorCompilation >true</MultiProcessorCompilation >
30
- <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
30
+ <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0601; %(PreprocessorDefinitions)</PreprocessorDefinitions >
31
31
<TreatSpecificWarningsAsErrors >4715</TreatSpecificWarningsAsErrors >
32
32
</ClCompile >
33
33
<Link >
Original file line number Diff line number Diff line change 6
6
// use to this version.
7
7
#define FB_WIN32_WINNT_BASELINE 0x0601
8
8
9
+ // Normally, _WIN32_WINNT is defined in the PreprocessorDefinitions of Firebird.Common.props.
9
10
#ifndef _WIN32_WINNT
10
- // Set _WIN32_WINNT to the baseline, but allow overriding
11
+ // Fallback to set _WIN32_WINNT to the baseline.
11
12
#define _WIN32_WINNT FB_WIN32_WINNT_BASELINE
12
13
#elif (_WIN32_WINNT < FB_WIN32_WINNT_BASELINE )
13
14
// Consider Windows versions before the baseline really too old.
You can’t perform that action at this time.
0 commit comments