summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2011-04-12 18:38:18 +0000
committerFelipe Heidrich <fheidric>2011-04-12 18:38:18 +0000
commit894ee0fa305c29ea747f71de2cf0a8391acce6b2 (patch)
tree6dcfaa6af5b61ac143c51728c24e61f831fcff01 /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c
parente71461ed723193431b0dc76dc8e960f839e9a8ae (diff)
downloadeclipse.platform.swt-894ee0fa305c29ea747f71de2cf0a8391acce6b2.tar.gz
eclipse.platform.swt-894ee0fa305c29ea747f71de2cf0a8391acce6b2.tar.xz
eclipse.platform.swt-894ee0fa305c29ea747f71de2cf0a8391acce6b2.zip
Bug 342102 - DBCS3.7 Eclipse disappears when entering DBCS characters in a text 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.c9
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 b6b5be2257..07feae7f35 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 = 1052;
-int OS_nativeFunctionCallCount[1052];
+int OS_nativeFunctionCount = 1053;
+int OS_nativeFunctionCallCount[1053];
char * OS_nativeFunctionNames[] = {
"ACCEL_1sizeof",
"ACTCTX_1sizeof",
@@ -1875,6 +1875,11 @@ char * OS_nativeFunctionNames[] = {
"VtblCall__IJI_3I",
#endif
#ifndef JNI64
+ "VtblCall__III_3I_3I",
+#else
+ "VtblCall__IJI_3J_3I",
+#endif
+#ifndef JNI64
"VtblCall__III_3J",
#else
"VtblCall__IJI_3J",