mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 21:08:48 +00:00
wesnothd: Don't warn about FIFODIR being unset on Windows
Since to my knowledge it's impossible to create named pipes on Windows on a regular filesystem and both the listener and the sender have to use the Win32 API to establish communication instead.
This commit is contained in:
parent
d7d76ac1fc
commit
a810cb8937
@ -491,10 +491,10 @@ void server::load_config() {
|
||||
# pragma message ("No FIFODIR set")
|
||||
# define FIFODIR "d:/"
|
||||
# else
|
||||
# warning "No FIFODIR set"
|
||||
# ifdef _WIN32
|
||||
# define FIFODIR "d:/"
|
||||
# else
|
||||
# warning "No FIFODIR set"
|
||||
# define FIFODIR "/var/run/wesnothd"
|
||||
# endif
|
||||
# endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user