mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-11 19:06:12 +08:00
Fixed issue 505
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -39,6 +39,9 @@ public:
|
||||
const char* m_logFile;
|
||||
const char* m_display;
|
||||
CString m_name;
|
||||
#if SYSAPI_WIN32
|
||||
bool m_debugServiceWait;
|
||||
#endif
|
||||
};
|
||||
|
||||
CApp(CArgsBase* args);
|
||||
|
||||
Reference in New Issue
Block a user