More Windows port work.
This commit is contained in:
parent
36af3d92ec
commit
5076c75b07
18 changed files with 113 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue