From 6ee77cffa295dd155b4ad41aacb65a9614a95000 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 10 May 2023 20:22:41 -0500 Subject: [PATCH] update MSBuild solution to Windows SDK v10.0, add inet_pton define (fixes #5856) --- windows/LightGBM.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/LightGBM.vcxproj b/windows/LightGBM.vcxproj index 269bf2ca5955..96fe017e96b8 100644 --- a/windows/LightGBM.vcxproj +++ b/windows/LightGBM.vcxproj @@ -34,7 +34,7 @@ SAK SAK LightGBM - 8.1 + 10.0 @@ -101,7 +101,7 @@ - EIGEN_MPL2_ONLY;EIGEN_DONT_PARALLELIZE + EIGEN_MPL2_ONLY;EIGEN_DONT_PARALLELIZE;WIN_HAS_INET_PTON;