mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-19 21:03:57 -07:00
Windows compile fixes, compiler warning fix, unfreed memory fix in main.c (though it would not have mattered since program exits immediately after).
This commit is contained in:
parent
db0d17cebb
commit
77457cbff1
8 changed files with 44 additions and 15 deletions
|
@ -43,6 +43,7 @@ WindowsEthernetTapFactory::Env::Env()
|
|||
tapDriver = ((is64Bit == TRUE) ? "\\tap-windows\\x64\\zttap200.inf" : "\\tap-windows\\x86\\zttap200.inf");
|
||||
#endif
|
||||
}
|
||||
const WindowsEthernetTapFactory::Env WindowsEthernetTapFactory::WINENV;
|
||||
|
||||
WindowsEthernetTapFactory::WindowsEthernetTapFactory(const char *pathToHelpers) :
|
||||
_pathToHelpers(pathToHelpers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue