Changeset 46266 in vbox for trunk/include
- Timestamp:
- May 25, 2013 7:51:19 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86000
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r46073 r46266 1504 1504 /** The symbol size was adjusted while adding it. */ 1505 1505 #define VINF_DBG_ADJUSTED_SYM_SIZE 690 1506 /** Unable to parse the CodeView debug information. */ 1507 #define VERR_CV_BAD_FORMAT (-691) 1508 /** Unfinished CodeView debug information feature. */ 1509 #define VERR_CV_TODO (-692) 1510 /** Internal processing error the CodeView debug information reader. */ 1511 #define VERR_CV_IPE (-693) 1506 1512 /** @} */ 1507 1513 -
trunk/include/iprt/ldr.h
r46164 r46266 615 615 typedef struct RTLDRSEG 616 616 { 617 /** The segment name. (Might not be zero terminated!)*/618 const char *p chName;617 /** The segment name. Always set to something. */ 618 const char *pszName; 619 619 /** The length of the segment name. */ 620 620 uint32_t cchName;
Note:
See TracChangeset
for help on using the changeset viewer.