Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
d2121aa3
Unverified
Commit
d2121aa3
authored
May 31, 2023
by
James Lamb
Committed by
GitHub
May 31, 2023
Browse files
update MSBuild solution to Windows SDK v10.0, add inet_pton define (fixes #5856) (#5884)
parent
d48ade1f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
windows/LightGBM.vcxproj
windows/LightGBM.vcxproj
+2
-2
No files found.
windows/LightGBM.vcxproj
View file @
d2121aa3
...
...
@@ -34,7 +34,7 @@
<SccLocalPath>
SAK
</SccLocalPath>
<SccProvider>
SAK
</SccProvider>
<ProjectName>
LightGBM
</ProjectName>
<WindowsTargetPlatformVersion>
8.1
</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>
10.0
</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Label=
"Configuration"
Condition=
"'$(Configuration)|$(Platform)'=='Debug_mpi|x64'"
>
...
...
@@ -101,7 +101,7 @@
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>
EIGEN_MPL2_ONLY;EIGEN_DONT_PARALLELIZE
</PreprocessorDefinitions>
<PreprocessorDefinitions>
EIGEN_MPL2_ONLY;EIGEN_DONT_PARALLELIZE
;WIN_HAS_INET_PTON;
</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug_mpi|x64'"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment