Get Windows working.

This commit is contained in:
Jonathan Naylor
2020-09-20 21:43:46 +01:00
parent e958203b11
commit e77fa3b3fa
9 changed files with 62 additions and 38 deletions
+2
View File
@@ -83,10 +83,12 @@ m_icomNetwork(NULL),
m_kenwoodNetwork(NULL),
m_repeaters()
{
CUDPSocket::startup();
}
CNXDNReflector::~CNXDNReflector()
{
CUDPSocket::shutdown();
}
void CNXDNReflector::run()