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 | e3dcaa477741dba922e3daf270ff2ecb42b5311c (patch) | |
tree | e09f3e1c465e3f63cf1231a3a64e684d6ba2eb79 /scripts/HeaderOrder.txt | |
parent | e06bdec7a8e31dbef56c7953083151b888f2f89c (diff) | |
download | scintilla-mirror-e3dcaa477741dba922e3daf270ff2ecb42b5311c.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" |