Skip to content

Commit

Permalink
last small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jellever committed Sep 9, 2020
1 parent 57b10a5 commit 581134c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion StreamDivert/StreamDivert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
1 change: 1 addition & 0 deletions StreamDivert/StreamDivert.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ xcopy "$(SolutionDir)\WinDivert\$(PlatformTargetAsMSBuildArchitecture)\WinDivert
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalLibraryDirectories>$(SolutionDir)WinDivert\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalDependencies>WinDivert.lib;Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
</Link>
<PostBuildEvent>
<Command>xcopy "$(SolutionDir)\WinDivert\$(PlatformTargetAsMSBuildArchitecture)\WinDivert.dll" "$(OutDir)" /y /d
Expand Down

0 comments on commit 581134c

Please sign in to comment.