diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-09-25 10:55:27 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-09-25 10:55:27 -0400 |
| commit | f3128a18fee6745317cdf1918fe3c3901958b1de (patch) | |
| tree | b93da854dd8a9bc7defc461abc65247534ca3664 /node/NodeConfig.cpp | |
| parent | 5557a8192db253ed125db26a3b8761fd528c2781 (diff) | |
| download | infinitytier-f3128a18fee6745317cdf1918fe3c3901958b1de.tar.gz infinitytier-f3128a18fee6745317cdf1918fe3c3901958b1de.zip | |
Work in progress...
Diffstat (limited to 'node/NodeConfig.cpp')
| -rw-r--r-- | node/NodeConfig.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/node/NodeConfig.cpp b/node/NodeConfig.cpp index 12509e9f..4c9f284f 100644 --- a/node/NodeConfig.cpp +++ b/node/NodeConfig.cpp @@ -56,10 +56,6 @@ #include "SHA512.hpp" #include "Node.hpp" -#ifdef __WINDOWS__ -#define strtoull _strtoui64 -#endif - namespace ZeroTier { NodeConfig::NodeConfig(const RuntimeEnvironment *renv,const char *authToken,unsigned int controlPort) |
