src/hotspot/os/windows/include/jvm_md.h
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/os/windows/include/jvm_md.h	Mon Sep 10 10:42:57 2018
--- new/src/hotspot/os/windows/include/jvm_md.h	Mon Sep 10 10:42:57 2018

*** 61,71 **** --- 61,71 ---- } DIR; #include <stddef.h> /* For uintptr_t */ #include <stdlib.h> ! #define JVM_MAXPATHLEN _MAX_PATH ! #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