diff options
Diffstat (limited to 'node/NodeConfig.cpp')
| -rw-r--r-- | node/NodeConfig.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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) |
