From d6414c9ff74e3f8076a1e94d3c6074366119900e Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 12 Aug 2013 21:25:36 -0400 Subject: Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start. --- node/PacketDecoder.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/PacketDecoder.hpp') diff --git a/node/PacketDecoder.hpp b/node/PacketDecoder.hpp index fc5a0c66..1a713ade 100644 --- a/node/PacketDecoder.hpp +++ b/node/PacketDecoder.hpp @@ -97,7 +97,7 @@ private: const RuntimeEnvironment *renv; Address source; InetAddress remoteAddress; - int localPort; + Demarc::Port localPort; unsigned int vMajor,vMinor,vRevision; uint64_t helloPacketId; uint64_t helloTimestamp; -- cgit v1.2.3