From c16b9ac74df22e57d6ce69a3140c0fafb4a7ccf4 Mon Sep 17 00:00:00 2001 From: Alin Gabriel Serdean Date: Tue, 15 Jun 2021 16:43:08 +0300 Subject: datapath-windows: Specify external include paths VStudio 16.10 adds usermode includes before including the driver kit ones. Bug tracked at: https://developercommunity.visualstudio.com/t/error-lnk2019-unresolved-external-symbol-stdio-com/1434674 Fixes appveyor build reported by forcing external includes. Reported-by: Ilya Maximets Reported-by: Frank Wagner Reported-at: https://github.com/openvswitch/ovs-issues/issues/209#issuecomment-861385852 Reported-at: https://github.com/openvswitch/ovs-issues/issues/211 Signed-off-by: Alin Gabriel Serdean Acked-by: Ilya Maximets --- datapath-windows/ovsext/ovsext.vcxproj | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'datapath-windows') diff --git a/datapath-windows/ovsext/ovsext.vcxproj b/datapath-windows/ovsext/ovsext.vcxproj index d50a126b4..18f884f41 100644 --- a/datapath-windows/ovsext/ovsext.vcxproj +++ b/datapath-windows/ovsext/ovsext.vcxproj @@ -192,22 +192,39 @@ true + $(CRT_IncludePath);$(KM_IncludePath); true + $(CRT_IncludePath);$(KM_IncludePath); true ..\misc\DriverRecommendedRules.ruleset true + $(CRT_IncludePath);$(KM_IncludePath); true ..\misc\DriverRecommendedRules.ruleset + $(CRT_IncludePath);$(KM_IncludePath); true ..\misc\DriverRecommendedRules.ruleset + $(CRT_IncludePath);$(KM_IncludePath); + + + $(CRT_IncludePath);$(KM_IncludePath); + + + $(CRT_IncludePath);$(KM_IncludePath); + + + $(CRT_IncludePath);$(KM_IncludePath); + + + $(CRT_IncludePath);$(KM_IncludePath); -- cgit v1.2.1