Skip to content

Commit 6768d35

Browse files
committed
fix build
1 parent 1a41352 commit 6768d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msdos.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3581,7 +3581,7 @@ BOOL get_ime_open_status()
35813581
void set_ime_open_status(BOOL value)
35823582
{
35833583
if(use_vt)
3584-
return FALSE;
3584+
return;
35853585
HWND hWnd = MyImmGetDefaultIMEWnd(get_console_window_handle());
35863586

35873587
if(hWnd != NULL) {

0 commit comments

Comments
 (0)