Onscreen keyboard working on Windows, by TOYAMA Shin-ichi.

This commit is contained in:
Pere Pujal i Carabantes 2021-12-15 20:35:43 +01:00
parent 7bc0e2c157
commit 4749214383
2 changed files with 12 additions and 3 deletions

View file

@ -54,6 +54,11 @@
#include "android_mbstowcs.h"
#endif
#ifdef WIN32
#include <windows.h>
#define mbstowcs(wtok, tok, size) MultiByteToWideChar(CP_UTF8,0,tok,-1,wtok,size)
#endif
/* ***************************************************************************
* I18N GETTEXT
*/