Fix Windows execution.

This commit is contained in:
Jonathan Naylor
2020-09-20 21:31:32 +01:00
parent b2ba671071
commit 5eabb93078
4 changed files with 24 additions and 12 deletions

View File

@@ -164,10 +164,12 @@ m_lockFileName(),
m_remoteControl(NULL),
m_fixedMode(false)
{
CUDPSocket::startup();
}
CMMDVMHost::~CMMDVMHost()
{
CUDPSocket::shutdown();
}
int CMMDVMHost::run()