mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-24 21:47:09 +02:00
Fixed issue 505
This commit is contained in:
parent
a8df07a362
commit
f83e91f304
3 changed files with 22 additions and 0 deletions
|
@ -48,6 +48,7 @@ CApp::~CApp()
|
|||
CApp::CArgsBase::CArgsBase() :
|
||||
#if SYSAPI_WIN32
|
||||
m_daemon(false), // daemon mode not supported on windows (use --service)
|
||||
m_debugServiceWait(false),
|
||||
#else
|
||||
m_daemon(true), // backward compatibility for unix (daemon by default)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue