Changeset 48932 in vbox for trunk/include
- Timestamp:
- Oct 7, 2013 8:05:05 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89629
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/types.h
r48763 r48932 2193 2193 typedef const RTUUID *PCRTUUID; 2194 2194 2195 /** Initializes a RTUUID structure with all zeros (RTUuidIsNull() true). */ 2196 #define RTUUID_INITIALIZE_NULL { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } 2197 2195 2198 /** UUID string maximum length. */ 2196 2199 #define RTUUID_STR_LENGTH 37
Note:
See TracChangeset
for help on using the changeset viewer.