src/solaris/native/java/io/io_util_md.h

Print this page

        

*** 70,74 **** --- 70,78 ---- /* * IO helper function(s) */ void fileClose(JNIEnv *env, jobject this, jfieldID fid); + + #ifdef MACOSX + jstring newStringPlatform(JNIEnv *env, const char* str); + #endif