Changeset 39890 in vbox for trunk/include/iprt
- Timestamp:
- Jan 26, 2012 7:42:19 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75940
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/time.h
r28800 r39890 54 54 int64_t i64NanosecondsRelativeToUnixEpoch; 55 55 } RTTIMESPEC; 56 /** Pointer to a time spec structure. */57 typedef RTTIMESPEC *PRTTIMESPEC;58 /** Pointer to a const time spec structure. */59 typedef const RTTIMESPEC *PCRTTIMESPEC;60 56 61 57 -
trunk/include/iprt/types.h
r39826 r39890 720 720 typedef const RTMSINTERVAL *PCRTMSINTERVAL; 721 721 722 /** Pointer to a time spec structure. */ 723 typedef struct RTTIMESPEC *PRTTIMESPEC; 724 /** Pointer to a const time spec structure. */ 725 typedef const struct RTTIMESPEC *PCRTTIMESPEC; 726 722 727 /** 723 728 * Generic pointer union.
Note:
See TracChangeset
for help on using the changeset viewer.