Fix compilation under Windows
ClosedPublic

Authored by kfunk on Mar 29 2017, 12:25 PM.

Details

Summary

Under Visual Studio, I actually don't need to link in ws2_32 myself, it
works as-is. Better do it explicitly, though, since we do use symbols
from ws2_32 (ntohl, etc.).

BUG: 377447
FIXED-IN: 1.7.0

Diff Detail

Repository
R7 Konversation
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kfunk created this revision.Mar 29 2017, 12:25 PM
kfunk added a reviewer: hein.Mar 29 2017, 12:25 PM
hein accepted this revision.Mar 29 2017, 12:27 PM
This revision is now accepted and ready to land.Mar 29 2017, 12:27 PM
This revision was automatically updated to reflect the committed changes.