Commit 432dd128 authored by Sam Lantinga's avatar Sam Lantinga

Fixed Windows build

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402425
parent 12157bf1
......@@ -815,7 +815,7 @@ int SDL_RegisterApp(char *name, Uint32 style, void *hInst)
/* 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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment