blob: c3fa40cfa3c761a93fb24873f4f3318e954fa75d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- include/jawt.h 2006/07/20 23:02:04 1.1
+++ include/jawt.h 2006/07/20 23:03:13
@@ -298,7 +298,9 @@ typedef struct jawt {
* Get the AWT native structure. This function returns JNI_FALSE if
* an error occurs.
*/
+#ifdef _JNI_IMPORT_OR_EXPORT_
_JNI_IMPORT_OR_EXPORT_
+#endif
jboolean JNICALL JAWT_GetAWT(JNIEnv* env, JAWT* awt);
#define JAWT_VERSION_1_3 0x00010003
|