Mercurial > sdl-ios-xcode
changeset 4007:4e4866a72905 SDL-1.2
Fixed Windows build
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 05 Jul 2007 07:11:05 +0000 |
parents | 2c66ac13144f |
children | a19fd8bcdd52 |
files | src/video/wincommon/SDL_sysevents.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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();