tune __mg_def_proc

This commit is contained in:
Vincent Wei
2020-02-17 16:20:25 +08:00
parent 5cb8662ec8
commit 2adb9954a8

View File

@@ -73,8 +73,13 @@ IME_STATUS_INFO __mg_ime_status_info;
static HWND sg_hCaretWnd;
static UINT sg_uCaretBTime;
/*default window procedure*/
/* default window procedures */
#ifdef _MGHAVE_VIRTUAL_WINDOW
WNDPROC __mg_def_proc[4];
#else
WNDPROC __mg_def_proc[3];
#endif
static BLOCKHEAP sg_FreeInvRectList;