Changeset 96 for trunk/openjdk/jdk/src
- Timestamp:
- Aug 9, 2010, 9:02:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/src/share/native/java/util/zip/zip_util.c
r2 r96 143 143 static int 144 144 ZFILE_read(ZFILE zfd, char *buf, jint nbytes) { 145 #if def WIN32145 #if defined(WIN32) || defined(__OS2__) 146 146 return (int) IO_Read(zfd, buf, nbytes); 147 147 #else
Note:
See TracChangeset
for help on using the changeset viewer.