Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2013-04-09 19:47:27 +0000
committerSilenio Quarti2013-04-09 19:47:27 +0000
commit7200929f782cfe54550f7739341cd75b7329e7bc (patch)
tree4c008b30f331152cad5176ce7bd7cd41c4ca56be /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library
parentc170cf9e0cfbc4689e636beb198d74771fd59201 (diff)
downloadeclipse.platform.swt-7200929f782cfe54550f7739341cd75b7329e7bc.tar.gz
eclipse.platform.swt-7200929f782cfe54550f7739341cd75b7329e7bc.tar.xz
eclipse.platform.swt-7200929f782cfe54550f7739341cd75b7329e7bc.zip
Bug 404249 - On Windows 7, Cannot convert Korean charactor to Chinese in StyledText control
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/win32/library')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os.h b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os.h
index 7b8983407f..403525583c 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os.h
@@ -382,6 +382,7 @@
#define NO_HitTestThemeBackground
#define NO_IIDFromString
#define NO_ImmDisableTextFrameService
+#define NO_ImmEscapeA
#define NO_ImmGetCompositionFontA
#define NO_ImmGetCompositionStringA__II_3BI
#define NO_ImmGetCompositionStringA__JI_3BI

Back to the top