Fix wesnothd build for Windows
This commit is contained in:
parent
42c3435c0c
commit
dc89612dc4
1 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,7 @@ void server_base::handle_handshake(const boost::system::error_code& error, socke
|
|||
);
|
||||
}
|
||||
|
||||
#ifndef _WIN32
|
||||
void server_base::read_from_fifo() {
|
||||
async_read_until(input_,
|
||||
admin_cmd_, '\n',
|
||||
|
@ -131,6 +132,7 @@ void server_base::read_from_fifo() {
|
|||
{ this->handle_read_from_fifo(error, bytes_transferred); }
|
||||
);
|
||||
}
|
||||
#endif
|
||||
|
||||
void server_base::handle_termination(const boost::system::error_code& error, int signal_number)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue