Changeset 10
- Timestamp:
- 01/15/07 13:02:56 (2 years ago)
- Files:
-
- trunk/include/iprt/err.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/iprt/err.h
r1 r10 186 186 /** The timer can't be stopped because i's already suspended. */ 187 187 #define VERR_TIMER_SUSPENDED (-69) 188 /** The operation was cancel ed by the user. */188 /** The operation was cancelled by the user. */ 189 189 #define VERR_CANCELLED (-70) 190 190

