Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126105
Collapse All | Expand All

(-)include/jawt.h (+2 lines)
Lines 298-304 typedef struct jawt { Link Here
298
 * Get the AWT native structure.  This function returns JNI_FALSE if
298
 * Get the AWT native structure.  This function returns JNI_FALSE if
299
 * an error occurs.
299
 * an error occurs.
300
 */
300
 */
301
#ifdef _JNI_IMPORT_OR_EXPORT_
301
_JNI_IMPORT_OR_EXPORT_
302
_JNI_IMPORT_OR_EXPORT_
303
#endif
302
jboolean JNICALL JAWT_GetAWT(JNIEnv* env, JAWT* awt);
304
jboolean JNICALL JAWT_GetAWT(JNIEnv* env, JAWT* awt);
303
305
304
#define JAWT_VERSION_1_3 0x00010003
306
#define JAWT_VERSION_1_3 0x00010003

Return to bug 126105