mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 22:48:18 +00:00
Disable fifo console on non-Unix
This commit is contained in:
parent
1a8e713e45
commit
cc52c74f6f
|
@ -4,11 +4,11 @@
|
|||
|
||||
#include <fstream>
|
||||
|
||||
#if defined(CONF_FAMILY_UNIX)
|
||||
#include <pthread.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#if defined(CONF_FAMILY_UNIX)
|
||||
FifoConsole::FifoConsole(IConsole *pConsole)
|
||||
{
|
||||
void *m_pFifoThread = thread_create(ListenFifoThread, pConsole);
|
||||
|
|
Loading…
Reference in a new issue