Skip to content

Commit 9095682

Browse files
authored
Fix casing of msctf.h header (#64)
see https://learn.microsoft.com/en-us/windows/win32/api/msctf/ (ran into this cross compiling using a case-sensitive filesystem)
1 parent a582910 commit 9095682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/keyboard_win.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#include "string_conversion.h"
1212
#include <windows.h>
13-
#include <Msctf.h>
13+
#include <msctf.h>
1414
#include <ime.h>
1515

1616
namespace {

0 commit comments

Comments
 (0)