Changeset 14067 in vbox for trunk/src/VBox/Runtime/generic
- Timestamp:
- Nov 10, 2008 11:35:26 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39123
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/uuid-generic.cpp
r13977 r14067 54 54 RTDECL(bool) RTUuidIsNull(PCRTUUID pUuid) 55 55 { 56 AssertPtrReturn(pUuid, VERR_INVALID_PARAMETER);56 AssertPtrReturn(pUuid, true); 57 57 return !pUuid->au64[0] 58 58 && !pUuid->au64[1];
Note:
See TracChangeset
for help on using the changeset viewer.