Changeset 97800 in vbox for trunk/src/libs
- Timestamp:
- Dec 14, 2022 11:53:38 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154875
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/zlib-1.2.13/gzguts.h
r97759 r97800 21 21 #ifndef IPRT_NO_CRT /* VBox */ 22 22 #include <stdio.h> 23 #ifdef RT_OS_OS2 /* VBox */ 24 #include <unistd.h> /* read(), write(), close(), chown(), unlink() */ /* VBox */ 25 # endif /* VBox */ 23 26 #endif /* VBox */ 24 27 #include "zlib.h"
Note:
See TracChangeset
for help on using the changeset viewer.