mirror of
https://github.com/ShaYmez/NXDNClients.git
synced 2026-06-07 08:34:39 -04:00
Get Windows working.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2016,2018 by Jonathan Naylor G4KLX
|
||||
* Copyright (C) 2016,2018,2020 by Jonathan Naylor G4KLX
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -50,10 +50,12 @@ int main(int argc, char** argv)
|
||||
CNXDNParrot::CNXDNParrot(unsigned int port) :
|
||||
m_port(port)
|
||||
{
|
||||
CUDPSocket::startup();
|
||||
}
|
||||
|
||||
CNXDNParrot::~CNXDNParrot()
|
||||
{
|
||||
CUDPSocket::shutdown();
|
||||
}
|
||||
|
||||
void CNXDNParrot::run()
|
||||
|
||||
Reference in New Issue
Block a user