forked from pool/eclipse-swt
new package OBS-URL: https://build.opensuse.org/request/show/817751 OBS-URL: https://build.opensuse.org/package/show/Java:packages/eclipse-swt?expand=0&rev=1
12 lines
527 B
Diff
12 lines
527 B
Diff
--- "eclipse-platform-sources-I20180906-0745/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h" 2020-06-04 09:40:50.445771866 +0200
|
|
+++ "eclipse-platform-sources-I20180906-0745/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h" 2020-06-04 09:41:22.105960640 +0200
|
|
@@ -162,7 +162,7 @@
|
|
glong g_utf8_offset_to_utf16_offset(const gchar*, glong);
|
|
|
|
// Cached JVM pointer: see bug 521487.
|
|
-JavaVM *cached_jvm;
|
|
+extern JavaVM *cached_jvm;
|
|
|
|
#ifndef NO_SwtFixed
|
|
|