This commit is contained in:
WEI Yongming
2017-11-08 23:49:49 +08:00
parent 854e8342dd
commit 0f8b248112
9 changed files with 22 additions and 3 deletions

View File

@@ -14,6 +14,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>

View File

@@ -2,9 +2,10 @@
/* Do not edit this file! It was automatically generated by */
/* loadkeys --mktable defkeymap.map > defkeymap.c */
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
//?
#include "minigui.h"
#include "gdi.h"
#include "window.h"
@@ -15,7 +16,6 @@
#include "keyboard.h"
#ifdef _MGKBDLAYOUT_ARABICPC
static u_short arabic_compose_map[NR_KEYS] = {

View File

@@ -2,9 +2,10 @@
/* loadkeys --mktable defkeymap.map > defkeymap.c */
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
//?
#include "minigui.h"
#include "gdi.h"
#include "window.h"

View File

@@ -2,6 +2,8 @@
/* Do not edit this file! It was automatically generated by */
/* loadkeys --mktable defkeymap.map > defkeymap.c */
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
//?

View File

@@ -655,6 +655,8 @@ BOOL GUIAPI TranslateKeyMsgToChar (int message, WPARAM wParam, LPARAM lParam, WO
return FALSE;
}
#ifdef _MGCHARSET_UNICODE
static UChar32 utf8_to_wc (const unsigned char* mstr, int* utf8_len)
{
UChar32 wc = *((unsigned char *)(mstr++));
@@ -761,3 +763,4 @@ int GUIAPI ToAscii (UINT keycode, const BYTE* kbd_state,
return 0;
}
#endif

View File

@@ -10,6 +10,9 @@
** Create date: 2000/06/12, derived from original gdi.c
*/
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#include "minigui.h"
#include "gdi.h"

View File

@@ -11,6 +11,9 @@
** Create date: 2000/06/12, derived from original gdi.c
*/
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#include "minigui.h"
#include "gdi.h"

View File

@@ -11,6 +11,9 @@
** Create date: 2000/06/12, derived from original gdi.c
*/
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#include "minigui.h"
#include "gdi.h"

View File

@@ -11,6 +11,9 @@
** Create date: 2000/06/12, derived from original gdi.c
*/
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#include "minigui.h"
#include "gdi.h"