# HG changeset patch # User Sam Lantinga # Date 1183619465 0 # Node ID 4e4866a729057a7c49e325dcacb3ae0ca52a4658 # Parent 2c66ac13144f678260c8d01b23b474dfd4086e93 Fixed Windows build diff -r 2c66ac13144f -r 4e4866a72905 src/video/wincommon/SDL_sysevents.c --- a/src/video/wincommon/SDL_sysevents.c Thu Jul 05 06:34:51 2007 +0000 +++ b/src/video/wincommon/SDL_sysevents.c Thu Jul 05 07:11:05 2007 +0000 @@ -815,7 +815,7 @@ /* WinCE uses the UNICODE version */ SDL_Appname = SDL_iconv_utf8_ucs2(name); #else - SDL_Appname = SDL_iconv_utf8_latin1(name); + SDL_Appname = SDL_iconv_utf8_locale(name); #endif /* _WIN32_WCE */ SDL_Appstyle = style; SDL_Instance = hInst ? hInst : SDL_GetModuleHandle();