diff options
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT Program/gnome/library/gnome.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Program/gnome/library/gnome.c b/bundles/org.eclipse.swt/Eclipse SWT Program/gnome/library/gnome.c index 03c2742820..df76c02dc7 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT Program/gnome/library/gnome.c +++ b/bundles/org.eclipse.swt/Eclipse SWT Program/gnome/library/gnome.c @@ -17,7 +17,9 @@ #include "gnome_structs.h" #include "gnome_stats.h" +#ifndef GNOME_NATIVE #define GNOME_NATIVE(func) Java_org_eclipse_swt_internal_gnome_GNOME_##func +#endif #ifndef NO_GnomeVFSMimeApplication_1sizeof JNIEXPORT jint JNICALL GNOME_NATIVE(GnomeVFSMimeApplication_1sizeof) |