From 871668503c4771bc551446b940b850e3e6c2bf5a Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Thu, 9 Apr 2020 18:38:53 +0200 Subject: [PATCH] Minor fixes to facilitate compilation --- Sandboxie/core/dll/SboxDll.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Sandboxie/core/dll/SboxDll.vcxproj b/Sandboxie/core/dll/SboxDll.vcxproj index 5e5942b1af..789d7a6124 100644 --- a/Sandboxie/core/dll/SboxDll.vcxproj +++ b/Sandboxie/core/dll/SboxDll.vcxproj @@ -71,22 +71,22 @@ .dll SbieDll - $(WDKPATH)\lib\wnet\i386;$(LibraryPath) + C:\WinDDK\7600.16385.1\lib\wnet\i386 .dll SbieDll - $(WDKPATH)\lib\wnet\amd64;$(LibraryPath) + C:\WinDDK\7600.16385.1\lib\wnet\amd64 .dll SbieDll - $(WDKPATH)\lib\wnet\i386;$(LibraryPath) + C:\WinDDK\7600.16385.1\lib\wnet\i386 .dll SbieDll - $(WDKPATH)\lib\wnet\amd64;$(LibraryPath) + C:\WinDDK\7600.16385.1\lib\wnet\amd64