Changeset 99 for trunk/openjdk/jdk/src
- Timestamp:
- Aug 10, 2010, 8:01:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/src/windows/demo/jvmti/hprof/hprof_md.c
r2 r99 31 31 32 32 #include <windows.h> 33 #ifndef __WIN32OS2__ 33 34 #include <io.h> 35 #endif 34 36 #include <sys/types.h> 35 37 #include <sys/stat.h> … … 41 43 #include "jni.h" 42 44 #include "hprof.h" 45 46 #ifdef __EMX__ 47 #include <unistd.h> 48 #define _S_IREAD S_IRUSR 49 #define _S_IWRITE S_IWUSR 50 #define _S_IEXEC S_IXUSR 51 #define _lseeki64 lseek 52 #endif 43 53 44 54 int
Note:
See TracChangeset
for help on using the changeset viewer.