Changeset 73475 in vbox for trunk/include
- Timestamp:
- Aug 3, 2018 12:18:05 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124102
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/dbg.h
r73460 r73475 274 274 275 275 } RTDBGUNWINDSTATE; 276 /** Pointer to an unwind machine state. */277 typedef struct RTDBGUNWINDSTATE *PRTDBGUNWINDSTATE;278 /** Pointer to a const unwind machine state. */279 typedef struct RTDBGUNWINDSTATE const *PCRTDBGUNWINDSTATE;280 276 281 277 -
trunk/include/iprt/types.h
r69761 r73475 2420 2420 #define NIL_RTDBGMOD ((RTDBGMOD)0) 2421 2421 2422 /** Pointer to an unwind machine state. */ 2423 typedef struct RTDBGUNWINDSTATE RT_FAR *PRTDBGUNWINDSTATE; 2424 /** Pointer to a const unwind machine state. */ 2425 typedef struct RTDBGUNWINDSTATE const RT_FAR *PCRTDBGUNWINDSTATE; 2426 2422 2427 /** Manifest handle. */ 2423 2428 typedef struct RTMANIFESTINT RT_FAR *RTMANIFEST;
Note:
See TracChangeset
for help on using the changeset viewer.