[Commits] [wesnoth/wesnoth] c8cdbc: Made wesnothd work if built on windows
GitHub
noreply at github.com
Thu Jun 2 21:19:40 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: c8cdbcfe223d4e60d41ae8f951857230435db32b
https://github.com/wesnoth/wesnoth/commit/c8cdbcfe223d4e60d41ae8f951857230435db32b
Author: loonycyborg <loonycyborg at gmail.com>
Date: 2016-06-02 (Thu, 02 Jun 2016)
Changed paths:
M src/server/player_connection.hpp
M src/server/server.cpp
M src/server/server.hpp
Log Message:
-----------
Made wesnothd work if built on windows
Disabled handling of SIGHUP on windows because trying to add it to signal
set causes an exception. Do not disable asio's thread support on windows
since it causes deadline_timer to throw.
More information about the Commits
mailing list