From 87534c04dfac023058e82655fad881721f5f8c12 Mon Sep 17 00:00:00 2001 From: Silenio Quarti Date: Tue, 19 Jun 2012 18:11:57 -0400 Subject: JNI generator change --- bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c index a30c73c8f6..1d036c11e2 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c @@ -18,8 +18,8 @@ #ifdef NATIVE_STATS -int OS_nativeFunctionCount = 1403; -int OS_nativeFunctionCallCount[1403]; +int OS_nativeFunctionCount = 1404; +int OS_nativeFunctionCallCount[1404]; char * OS_nativeFunctionNames[] = { #ifndef JNI64 "Call__IIII", -- cgit