From a01ce1fdb6ad3a12ed23e5bb7226b96dbb6c86c5 Mon Sep 17 00:00:00 2001 From: Silenio Quarti Date: Tue, 25 Sep 2012 12:12:52 -0400 Subject: Bug 377107 - no 32bits vm for JDK7 - comment#2 --- bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c') 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 724a3c517d..122bfc6fff 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 @@ -1092,6 +1092,11 @@ char * OS_nativeFunctionNames[] = { #else "MoveMemory__Lorg_eclipse_swt_internal_win32_RECT_2_3JI", #endif +#ifndef JNI64 + "MoveMemory__Lorg_eclipse_swt_internal_win32_SAFEARRAY_2II", +#else + "MoveMemory__Lorg_eclipse_swt_internal_win32_SAFEARRAY_2JI", +#endif #ifndef JNI64 "MoveMemory__Lorg_eclipse_swt_internal_win32_SCRIPT_1ITEM_2II", #else -- cgit v1.2.3