Changeset 33887 in vbox
- Timestamp:
- Nov 9, 2010 10:49:23 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
include/iprt/err.h (modified) (1 diff)
-
include/iprt/vfslowlevel.h (modified) (1 diff)
-
src/VBox/Runtime/Makefile.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r33426 r33887 1281 1281 /** @} */ 1282 1282 1283 1284 /** @name RTZip status codes 1285 * @{ */ 1286 /** Generic zip error. */ 1287 #define VERR_ZIP_ERROR (-950) 1288 /** The compressed data was corrupted. */ 1289 #define VERR_ZIP_CORRUPTED (-951) 1290 /** Ran out of memory while compressing or uncompressing. */ 1291 #define VERR_ZIP_NO_MEMORY (-952) 1292 /** The compression format version is unsupported. */ 1293 #define VERR_ZIP_UNSUPPORTED_VERSION (-953) 1294 /** The compression method is unsupported. */ 1295 #define VERR_ZIP_UNSUPPORTED_METHOD (-954) 1296 /** @} */ 1297 1283 1298 /* SED-END */ 1284 1299 -
trunk/include/iprt/vfslowlevel.h
r33867 r33887 542 542 * (size is @a cbInstance). 543 543 */ 544 RTDECL(int) RTVfsNew Stream(PCRTVFSIOSTREAMOPS pIoStreamOps, size_t cbInstance, uint32_t fOpen, RTVFS hVfs, RTSEMRW hSemRW,545 PRTVFSIOSTREAM phVfsIos, void **ppvInstance);544 RTDECL(int) RTVfsNewIoStream(PCRTVFSIOSTREAMOPS pIoStreamOps, size_t cbInstance, uint32_t fOpen, RTVFS hVfs, RTSEMRW hSemRW, 545 PRTVFSIOSTREAM phVfsIos, void **ppvInstance); 546 546 547 547 -
trunk/src/VBox/Runtime/Makefile.kmk
r33820 r33887 371 371 common/vfs/vfsbase.cpp \ 372 372 common/vfs/vfsstdfile.cpp \ 373 common/zip/zipgzip.cpp \ 373 374 generic/critsect-generic.cpp \ 374 375 generic/env-generic.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.

