Changeset 9749 in vbox
- Timestamp:
- Jun 17, 2008 8:42:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/RTUuidCreate-win.cpp
r9744 r9749 47 47 48 48 RPC_STATUS rc = UuidCreate((UUID *)pUuid); 49 if ( 49 if ( rc == RPC_S_OK 50 50 || rc == RPC_S_UUID_LOCAL_ONLY) 51 51 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.