diff options
author | Felipe Heidrich | 2009-02-05 21:38:03 +0000 |
---|---|---|
committer | Felipe Heidrich | 2009-02-05 21:38:03 +0000 |
commit | f28a583205f9047a82c0b97d9e3cfe9734687071 (patch) | |
tree | fb0d882051728dccea3a93db53af26041560d456 /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c | |
parent | fc27cd3993813b2db9e7409a0d22f32f49ce86e8 (diff) | |
download | eclipse.platform.swt-f28a583205f9047a82c0b97d9e3cfe9734687071.tar.gz eclipse.platform.swt-f28a583205f9047a82c0b97d9e3cfe9734687071.tar.xz eclipse.platform.swt-f28a583205f9047a82c0b97d9e3cfe9734687071.zip |
Bug 262867: Text Editor doesn't show selected string correctly in Japanese inline editor
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c')
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c index dd51784e8e..95311e6d81 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c @@ -14,8 +14,8 @@ #ifdef NATIVE_STATS -int OS_nativeFunctionCount = 959; -int OS_nativeFunctionCallCount[959]; +int OS_nativeFunctionCount = 960; +int OS_nativeFunctionCallCount[960]; char * OS_nativeFunctionNames[] = { "ACCEL_1sizeof", "ACTCTX_1sizeof", @@ -505,6 +505,11 @@ char * OS_nativeFunctionNames[] = { "ImmGetCompositionFontW", "ImmGetCompositionStringA", #ifndef JNI64 + "ImmGetCompositionStringW__II_3BI", +#else + "ImmGetCompositionStringW__JI_3BI", +#endif +#ifndef JNI64 "ImmGetCompositionStringW__II_3CI", #else "ImmGetCompositionStringW__JI_3CI", |