mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-25 19:05:39 +08:00
Fix Windows execution.
This commit is contained in:
@@ -51,12 +51,16 @@ int main(int argc, char** argv)
|
||||
CRemoteCommand::CRemoteCommand(unsigned int port) :
|
||||
m_port(port)
|
||||
{
|
||||
CUDPSocket::startup();
|
||||
|
||||
::LogInitialise(false, ".", "RemoteCommand", 2U, 2U);
|
||||
}
|
||||
|
||||
CRemoteCommand::~CRemoteCommand()
|
||||
{
|
||||
::LogFinalise();
|
||||
|
||||
CUDPSocket::shutdown();
|
||||
}
|
||||
|
||||
int CRemoteCommand::send(const std::string& command)
|
||||
|
||||
Reference in New Issue
Block a user