More Windows port work.

This commit is contained in:
Adam Ierymenko
2013-08-12 16:57:34 -04:00
parent 36af3d92ec
commit 5076c75b07
18 changed files with 113 additions and 16 deletions

View File

@ -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)