- Timestamp:
- May 1, 2009 3:21:10 PM (16 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r18909 r19292 361 361 /** Pagetable not present. */ 362 362 #define VERR_PAGE_TABLE_NOT_PRESENT (-31) 363 363 /** Invalid context. 364 * Typically an API was used by the wrong thread. */ 365 #define VERR_INVALID_CONTEXT (-32) 364 366 /** The per process timer is busy. */ 365 367 #define VERR_TIMER_BUSY (-33) -
trunk/include/iprt/err.mac
r19290 r19292 26 26 %define VERR_THREAD_NOT_WAITABLE (-30) 27 27 %define VERR_PAGE_TABLE_NOT_PRESENT (-31) 28 %define VERR_INVALID_CONTEXT (-32) 28 29 %define VERR_TIMER_BUSY (-33) 29 30 %define VERR_ADDRESS_CONFLICT (-34)
Note:
See TracChangeset
for help on using the changeset viewer.