Mercurial > sdl-ios-xcode
diff src/video/wincommon/SDL_sysevents.c @ 4007:4e4866a72905 SDL-1.2
Fixed Windows build
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 05 Jul 2007 07:11:05 +0000 |
parents | c75679dce60c |
children | 3aa1406620f6 |
line wrap: on
line diff
--- 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();