Changeset 29933 for trunk/psLib/src/sys/psSlurp.h
- Timestamp:
- Dec 5, 2010, 9:28:28 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psSlurp.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psSlurp.h
r15410 r29933 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.
