From 581134c0a26c5fe40b1225830e2868eb647b0c1d Mon Sep 17 00:00:00 2001 From: Jelle Vergeer Date: Wed, 9 Sep 2020 09:37:31 +0200 Subject: [PATCH] last small changes --- StreamDivert/StreamDivert.cpp | 2 +- StreamDivert/StreamDivert.vcxproj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/StreamDivert/StreamDivert.cpp b/StreamDivert/StreamDivert.cpp index 1f99f3e..5030d25 100644 --- a/StreamDivert/StreamDivert.cpp +++ b/StreamDivert/StreamDivert.cpp @@ -88,7 +88,7 @@ int __cdecl main(int argc, char **argv) InboundTCPDivertProxy* proxy = new InboundTCPDivertProxy(mapping.first, mapping.second); proxy->Start(); proxies.push_back(proxy); - proxy->Stop(); + //proxy->Stop(); } InboundUDPDivertProxy* inboundUDPProxy = new InboundUDPDivertProxy(inboundUDPRelayEntries); diff --git a/StreamDivert/StreamDivert.vcxproj b/StreamDivert/StreamDivert.vcxproj index daa6564..7b9a480 100644 --- a/StreamDivert/StreamDivert.vcxproj +++ b/StreamDivert/StreamDivert.vcxproj @@ -142,6 +142,7 @@ xcopy "$(SolutionDir)\WinDivert\$(PlatformTargetAsMSBuildArchitecture)\WinDivert true $(SolutionDir)WinDivert\x86;%(AdditionalLibraryDirectories) WinDivert.lib;Ws2_32.lib;%(AdditionalDependencies) + false xcopy "$(SolutionDir)\WinDivert\$(PlatformTargetAsMSBuildArchitecture)\WinDivert.dll" "$(OutDir)" /y /d