Add Windows support.

This commit is contained in:
Jonathan Naylor 2020-09-20 21:08:14 +01:00
parent a77e0524e0
commit ffb4e53dbd
9 changed files with 61 additions and 37 deletions

View file

@ -79,10 +79,12 @@ CYSFReflector::CYSFReflector(const std::string& file) :
m_conf(file),
m_repeaters()
{
CUDPSocket::startup();
}
CYSFReflector::~CYSFReflector()
{
CUDPSocket::shutdown();
}
void CYSFReflector::run()