Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine2004-09-23 18:03:45 +0000
committerVeronika Irvine2004-09-23 18:03:45 +0000
commit3021031cf0ed3475a9093552ed363d8ddd61f635 (patch)
tree6d39435caa4c3f4c36034da2361b74697c87652f /bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties
parent338fb3c489d064eb0e366b85371f6b9a3ff8f24e (diff)
downloadeclipse.platform.swt-3021031cf0ed3475a9093552ed363d8ddd61f635.tar.gz
eclipse.platform.swt-3021031cf0ed3475a9093552ed363d8ddd61f635.tar.xz
eclipse.platform.swt-3021031cf0ed3475a9093552ed363d8ddd61f635.zip
bug 68267
Diffstat (limited to 'bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties')
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties
index 992081fdff..f4e328e37b 100644
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties
+++ b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties
@@ -3496,6 +3496,11 @@ OS_memmove__I_3BI_0=cast=(void *)
OS_memmove__I_3BI_1=cast=(const void *),flags=no_out critical
OS_memmove__I_3BI_2=cast=(size_t)
+OS_memmove__I_3CI=
+OS_memmove__I_3CI_0=cast=(void *)
+OS_memmove__I_3CI_1=cast=(const void *),flags=no_out critical
+OS_memmove__I_3CI_2=cast=(size_t)
+
OS_memmove__I_3II=
OS_memmove__I_3II_0=cast=(void *)
OS_memmove__I_3II_1=cast=(const void *),flags=no_out critical

Back to the top