diff options
| author | Neil <nyamatongwe@gmail.com> | 2015-02-22 08:57:07 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2015-02-22 08:57:07 +1100 |
| commit | 22aaa509e9f0c07c1d4123b9520d601042432f3e (patch) | |
| tree | 64fadbaabdd28eb886cbc11511dc565455800b15 /scripts/HeaderOrder.txt | |
| parent | cfb5dc2a800956f2edf34a9599d6e75a63e6cce6 (diff) | |
| download | scintilla-mirror-22aaa509e9f0c07c1d4123b9520d601042432f3e.tar.gz | |
Implement VK_HANJA for Korean on Windows.
Diffstat (limited to 'scripts/HeaderOrder.txt')
| -rw-r--r-- | scripts/HeaderOrder.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/HeaderOrder.txt b/scripts/HeaderOrder.txt index 2496a34a3..67854c5c1 100644 --- a/scripts/HeaderOrder.txt +++ b/scripts/HeaderOrder.txt @@ -124,6 +124,7 @@ // win32 #include "PlatWin.h" +#include "HanjaDic.h" // gtk #include "Converter.h" |
