src/hotspot/os/windows/include/jvm_md.h
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File open Cdiff src/hotspot/os/windows/include/jvm_md.h

src/hotspot/os/windows/include/jvm_md.h

Print this page

        

*** 61,71 **** } DIR; #include <stddef.h> /* For uintptr_t */ #include <stdlib.h> ! #define JVM_MAXPATHLEN _MAX_PATH #define JVM_R_OK 4 #define JVM_W_OK 2 #define JVM_X_OK 1 #define JVM_F_OK 0 --- 61,71 ---- } DIR; #include <stddef.h> /* For uintptr_t */ #include <stdlib.h> ! #define JVM_MAXPATHLEN 1024 #define JVM_R_OK 4 #define JVM_W_OK 2 #define JVM_X_OK 1 #define JVM_F_OK 0
src/hotspot/os/windows/include/jvm_md.h
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File