summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_structs.h
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2003-09-11 20:16:22 +0000
committerSilenio Quarti <silenio>2003-09-11 20:16:22 +0000
commitc89bab5bedb26789fc55835a14938a4fc6d4cc5c (patch)
treee88939651905cd7ca8c6aa69dd1c94060d18aac0 /bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_structs.h
parentb02184c2d98b83499443e7af540ff2da7628b564 (diff)
downloadeclipse.platform.swt-c89bab5bedb26789fc55835a14938a4fc6d4cc5c.tar.gz
eclipse.platform.swt-c89bab5bedb26789fc55835a14938a4fc6d4cc5c.tar.xz
eclipse.platform.swt-c89bab5bedb26789fc55835a14938a4fc6d4cc5c.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_structs.h')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_structs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_structs.h b/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_structs.h
index 18c40098a2..080c2feb23 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_structs.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_structs.h
@@ -27,6 +27,14 @@ void setATSTrapezoidFields(JNIEnv *env, jobject lpObject, ATSTrapezoid *lpStruct
#define setATSTrapezoidFields(a,b,c)
#endif
+#ifndef NO_ATSUTab
+ATSUTab *getATSUTabFields(JNIEnv *env, jobject lpObject, ATSUTab *lpStruct);
+void setATSUTabFields(JNIEnv *env, jobject lpObject, ATSUTab *lpStruct);
+#else
+#define getATSUTabFields(a,b,c) NULL
+#define setATSUTabFields(a,b,c)
+#endif
+
#ifndef NO_AlertStdCFStringAlertParamRec
AlertStdCFStringAlertParamRec *getAlertStdCFStringAlertParamRecFields(JNIEnv *env, jobject lpObject, AlertStdCFStringAlertParamRec *lpStruct);
void setAlertStdCFStringAlertParamRecFields(JNIEnv *env, jobject lpObject, AlertStdCFStringAlertParamRec *lpStruct);