Changeset 14006
- Timestamp:
- 11/10/08 13:57:46 (2 months ago)
- Files:
-
- trunk/include/iprt/err.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/iprt/err.h
r13254 r14006 487 487 * The requested operation can only be performed when preemption is enabled. */ 488 488 #define VERR_PREEMPT_DISABLED (-82) 489 /** End of string. */ 490 #define VERR_END_OF_STRING (-83) 491 /** End of string. */ 492 #define VINF_END_OF_STRING 83 489 493 /** @} */ 490 494

