From f784e6c379b62f88db4f664f4765ca3b191c76be Mon Sep 17 00:00:00 2001 From: Silenio Quarti Date: Tue, 26 Jun 2012 15:39:35 -0400 Subject: jni generator change --- bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c index 253f970e4d..0c0dbcf6e6 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c @@ -17,7 +17,9 @@ #include "os_structs.h" #include "os_stats.h" +#ifndef OS_NATIVE #define OS_NATIVE(func) Java_org_eclipse_swt_internal_gtk_OS_##func +#endif #if (!defined(NO_Call__IIII) && !defined(JNI64)) || (!defined(NO_Call__JJII) && defined(JNI64)) #ifndef JNI64 -- cgit