< prev index next >

test/jdk/java/lang/ProcessBuilder/checkHandles/libCheckHandles.c

Print this page

        

*** 25,35 **** #include <string.h> #ifdef _WIN32 #include "jni.h" - #include "jni_util.h" #include <windows.h> JNIEXPORT jlong JNICALL Java_CheckHandles_getProcessHandleCount(JNIEnv *env) { DWORD handleCount; --- 25,34 ----
< prev index next >