mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-22 07:14:15 +08:00
Code style change and rebuild zstd with optimization options
This commit is contained in:
@@ -56,7 +56,8 @@ public:
|
||||
{
|
||||
m_conn = conn;
|
||||
}
|
||||
bool IsRunAsService() const {
|
||||
bool IsRunAsService() const
|
||||
{
|
||||
return m_conn ? m_conn->iStartup == Startup_GhostMsc : false;
|
||||
}
|
||||
bool SwitchScreen();
|
||||
|
||||
Reference in New Issue
Block a user