Changeset 3544 for trunk/kStuff/include/k/kErrors.h
- Timestamp:
- Aug 25, 2007, 8:48:53 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kStuff/include/k/kErrors.h
r3541 r3544 91 91 /** @} */ 92 92 93 /** @name kRdr Specific 94 * @{ */ 95 /** the base of the kRdr specific status codes. */ 96 #define KRDR_ERR_BASE (KDBG_ERR_BASE + 4) 97 /** The file reader can't take more concurrent mappings. */ 98 #define KRDR_ERR_TOO_MANY_MAPPINGS (KRDR_ERR_BASE + 59) 99 /** @} */ 100 93 101 /** @}*/ 94 102
Note:
See TracChangeset
for help on using the changeset viewer.