mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 18:31:57 +08:00
cleanup
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
@@ -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] = {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
//?
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user