Searched refs:wide_char (Results 1 – 1 of 1) sorted by relevance
1499 SHORT wide_char; in gx_win32_event_process() local1625 wide_char = ((wParam & 0xFF) << 8) + ((wParam & 0xFF00) >> 8); in gx_win32_event_process()1628 MultiByteToWideChar(CP_ACP, 0, (LPCSTR)&wide_char, 8, (LPWSTR)s_ch, 3); in gx_win32_event_process()