From 5076c75b079fe02c843ca85dc20821e468b2d7b8 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 12 Aug 2013 16:57:34 -0400 Subject: More Windows port work. --- node/NodeConfig.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'node/NodeConfig.cpp') diff --git a/node/NodeConfig.cpp b/node/NodeConfig.cpp index 87f85c22..427f963b 100644 --- a/node/NodeConfig.cpp +++ b/node/NodeConfig.cpp @@ -49,6 +49,10 @@ #include "Salsa20.hpp" #include "HMAC.hpp" +#ifdef __WINDOWS__ +#define strtoull _strtoui64 +#endif + namespace ZeroTier { NodeConfig::NodeConfig(const RuntimeEnvironment *renv,const char *authToken) -- cgit v1.2.3