jdk/src/share/javavm/export/jawt.h
changeset 12047 320a714614e9
parent 5506 202f599c92aa
child 14342 8435a30053c1
equal deleted inserted replaced
12046:378aa3362868 12047:320a714614e9
   286 _JNI_IMPORT_OR_EXPORT_
   286 _JNI_IMPORT_OR_EXPORT_
   287 jboolean JNICALL JAWT_GetAWT(JNIEnv* env, JAWT* awt);
   287 jboolean JNICALL JAWT_GetAWT(JNIEnv* env, JAWT* awt);
   288 
   288 
   289 #define JAWT_VERSION_1_3 0x00010003
   289 #define JAWT_VERSION_1_3 0x00010003
   290 #define JAWT_VERSION_1_4 0x00010004
   290 #define JAWT_VERSION_1_4 0x00010004
       
   291 #define JAWT_VERSION_1_7 0x00010007
   291 
   292 
   292 #ifdef __cplusplus
   293 #ifdef __cplusplus
   293 } /* extern "C" */
   294 } /* extern "C" */
   294 #endif
   295 #endif
   295 
   296