src/windows/native/sun/misc/VM_md.c

Print this page

        

*** 21,38 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ - /* - * Win32 specific code to support logging. - */ - #include "jni_util.h" JNIEXPORT jboolean JNICALL ! Java_java_util_logging_FileHandler_isSetUID(JNIEnv *env, jclass thisclass) { /* There is no set UID on Windows. */ return JNI_FALSE; } --- 21,34 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ #include "jni_util.h" JNIEXPORT jboolean JNICALL ! Java_sun_misc_VM_isSetUID(JNIEnv *env, jclass thisclass) { /* There is no set UID on Windows. */ return JNI_FALSE; }