Skip to content

Commit

Permalink
disable ansi conversions (backport from master)
Browse files Browse the repository at this point in the history
backport of 8611975
  • Loading branch information
cbeck88 committed Oct 26, 2014
1 parent 9d48adb commit 5db8126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/savegame.cpp
Expand Up @@ -54,7 +54,7 @@ static lg::log_domain log_engine("engine");
static lg::log_domain log_enginerefac("enginerefac");
#define LOG_RG LOG_STREAM(info, log_enginerefac)

#ifdef _WIN32
#if 0
#ifdef INADDR_ANY
#undef INADDR_ANY
#endif
Expand Down

0 comments on commit 5db8126

Please sign in to comment.