diff --git a/server/src/traintastic/traintastic.cpp b/server/src/traintastic/traintastic.cpp index 39c96287..7a4bba53 100644 --- a/server/src/traintastic/traintastic.cpp +++ b/server/src/traintastic/traintastic.cpp @@ -26,7 +26,6 @@ #include #include #include -//#define ZLIB_WINAPI #include #include #include @@ -175,9 +174,7 @@ Traintastic::RunStatus Traintastic::run(const std::string& worldUUID, bool simul Log::log(*this, LogMessage::I1006_X, boostVersion); Log::log(*this, LogMessage::I1007_X, std::string_view{"nlohmann::json " STR(NLOHMANN_JSON_VERSION_MAJOR) "." STR(NLOHMANN_JSON_VERSION_MINOR) "." STR(NLOHMANN_JSON_VERSION_PATCH)}); Log::log(*this, LogMessage::I1008_X, std::string_view{archive_version_details()}); -#ifndef WIN32 - Log::log(*this, LogMessage::I1009_ZLIB_X, std::string_view{zlibVersion()}); // FIXME: this crashes on windows, why? -#endif + Log::log(*this, LogMessage::I1009_ZLIB_X, std::string_view{zlibVersion()}); //! \todo Add tcb::span version when available, see https://github.com/tcbrindle/span/issues/33 Log::log(*this, LogMessage::I9002_X, Lua::getVersion());