Merge branch 'master' into sdl2.0
Tons of bugfixes and improvements for Windows by Toyama Shin-Ichi Angle rotation and some magic tools by Bill.
This commit is contained in:
commit
1afe9e155c
200 changed files with 16094 additions and 10127 deletions
4
src/im.c
4
src/im.c
|
|
@ -621,10 +621,10 @@ static int charmap_load(CHARMAP * cm, const char *path)
|
|||
default:
|
||||
if (charmap_add(cm, section, buf, unicode, flag))
|
||||
{
|
||||
size_t i = 0;
|
||||
|
||||
#ifndef __BEOS__
|
||||
#if defined __GLIBC__ && __GLIBC__ == 2 && __GLIBC_MINOR__ >=2 || __GLIBC__ > 2 || __APPLE__
|
||||
size_t i = 0;
|
||||
|
||||
fwprintf(stderr, L"Unable to add sequence '%ls', unicode ", buf);
|
||||
for (i = 0; i < wcslen(unicode); i++)
|
||||
fwprintf(stderr, L"%04X ", (int)unicode[i]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue