Fix crash on exit in Windows (does not affect other OSes) and revert debugging tweak in Windows version that prevented service from starting after real install.
This commit is contained in:
parent
48745eca57
commit
9169b6c999
2 changed files with 25 additions and 18 deletions
2
one.cpp
2
one.cpp
|
@ -966,7 +966,7 @@ int main(int argc,char **argv)
|
|||
#ifdef ZT_WIN_RUN_IN_CONSOLE
|
||||
bool winRunFromCommandLine = true;
|
||||
#else
|
||||
bool winRunFromCommandLine = true;
|
||||
bool winRunFromCommandLine = false;
|
||||
#endif
|
||||
#endif // __WINDOWS__
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue