--- i18n.cc.orig 2011-11-25 18:32:25.000000000 +0100 +++ i18n.cc 2011-11-25 18:33:55.000000000 +0100 @@ -32,6 +32,7 @@ // for older libintl versions, setlocale is just fine #define SETLOCALE libintl_setlocale #elif _MSC_VER +#undef setlocale #define SETLOCALE setlocale #else #define SETLOCALE std::setlocale
Can I propose this fix instead? -- https://code.launchpad.net/~tino79/widelands/gettext018/+merge/83220 Your team Widelands Developers is requested to review the proposed merge of lp:~tino79/widelands/gettext018 into lp:widelands. _______________________________________________ Mailing list: https://launchpad.net/~widelands-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~widelands-dev More help : https://help.launchpad.net/ListHelp

