Changeset 33426 in vbox for trunk/include
- Timestamp:
- Oct 25, 2010 2:32:38 PM (14 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r33386 r33426 430 430 #define VERR_NOT_IMPLEMENTED (-12) 431 431 432 /** The specified path does not point at a symbolic link. */ 433 #define VERR_NOT_SYMLINK (-19) 432 434 /** Failed to allocate temporary memory. */ 433 435 #define VERR_NO_TMP_MEMORY (-20) -
trunk/include/iprt/log.h
r32355 r33426 59 59 RTLOGGROUP_PATH, 60 60 RTLOGGROUP_PROCESS, 61 RTLOGGROUP_SYMLINK, 61 62 RTLOGGROUP_THREAD, 62 63 RTLOGGROUP_TIME, … … 87 88 "RT_PATH", \ 88 89 "RT_PROCESS", \ 90 "RT_SYMLINK", \ 89 91 "RT_THREAD", \ 90 92 "RT_TIME", \ 91 93 "RT_TIMER", \ 92 "RT_10", \93 94 "RT_11", \ 94 95 "RT_12", \
Note:
See TracChangeset
for help on using the changeset viewer.