- Timestamp:
- Nov 23, 2010, 1:48:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101103/psLib/src/sys/psSlurp.h
r15410 r29812 12 12 13 13 #include <psString.h> 14 15 # define PS_SLURP_GZIP 1 16 17 # if (PS_SLURP_GZIP) 18 # include <zlib.h> 19 # endif 14 20 15 21 /// @addtogroup FileIO Input/Output … … 31 37 ); 32 38 39 # if (PS_SLURP_GZIP) 40 psString psSlurpGZIP(gzFile fd); 41 # endif 42 33 43 /// @} 34 44 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
