mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-07 23:43:51 +00:00
Fix Windows execution.
This commit is contained in:
parent
b2ba671071
commit
5eabb93078
4 changed files with 24 additions and 12 deletions
|
|
@ -164,10 +164,12 @@ m_lockFileName(),
|
|||
m_remoteControl(NULL),
|
||||
m_fixedMode(false)
|
||||
{
|
||||
CUDPSocket::startup();
|
||||
}
|
||||
|
||||
CMMDVMHost::~CMMDVMHost()
|
||||
{
|
||||
CUDPSocket::shutdown();
|
||||
}
|
||||
|
||||
int CMMDVMHost::run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue