mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-19 21:03:57 -07:00
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
This commit is contained in:
parent
9f16707b0b
commit
487eb17ec0
25 changed files with 832 additions and 59 deletions
11
launcher.h
11
launcher.h
|
@ -32,17 +32,6 @@
|
|||
#define ZT_LAUNCHER_VERSION_MINOR 0
|
||||
#define ZT_LAUNCHER_VERSION_REVISION 1
|
||||
|
||||
/* Default locations of data directories on operating systems */
|
||||
#ifdef __APPLE__ /* MacOS likes purdy paths, none of this 1970s /var stuff */
|
||||
#define ZT_DEFAULT_HOME "/Library/Application Support/ZeroTier/One"
|
||||
#else
|
||||
#ifdef _WIN32 /* Winbloze */
|
||||
need windoze;
|
||||
#else /* Unix/Linux */
|
||||
#define ZT_DEFAULT_HOME "/var/lib/zerotier-one"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Normal termination
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue