src/java.base/windows/native/include/jni_md.h
changeset 47765 b7c7428eaab9
parent 47216 71c04702a3d5
equal deleted inserted replaced
47764:029d5efaaa6c 47765:b7c7428eaab9
    28 
    28 
    29 #define JNIEXPORT __declspec(dllexport)
    29 #define JNIEXPORT __declspec(dllexport)
    30 #define JNIIMPORT __declspec(dllimport)
    30 #define JNIIMPORT __declspec(dllimport)
    31 #define JNICALL __stdcall
    31 #define JNICALL __stdcall
    32 
    32 
       
    33 // 'long' is always 32 bit on windows so this matches what jdk expects
    33 typedef long jint;
    34 typedef long jint;
    34 typedef __int64 jlong;
    35 typedef __int64 jlong;
    35 typedef signed char jbyte;
    36 typedef signed char jbyte;
    36 
    37 
    37 #endif /* !_JAVASOFT_JNI_MD_H_ */
    38 #endif /* !_JAVASOFT_JNI_MD_H_ */