Fixed a compile error on mingw.

This commit is contained in:
Sergey Popov 2009-07-01 17:12:32 +00:00
parent 12a99147f7
commit 339f172289

View file

@ -42,11 +42,11 @@ static lg::log_domain log_engine("engine");
#define LOG_NG LOG_STREAM(info, log_engine)
#define DBG_NG LOG_STREAM(debug, log_engine)
#ifdef _WIN32
#ifdef _MSC_VER
static void write_player(const player_info& player, config& cfg, const bool use_snapshot = false);
#endif /* _WIN32 */
#endif /* _MSC_VER */
game_classification::game_classification():
label(),