Changeset 9744 in vbox for trunk/src/VBox
- Timestamp:
- Jun 16, 2008 10:53:34 PM (17 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/RTUuidCreate-generic.cpp
r9741 r9744 42 42 43 43 44 /** @todo move to a different file. */45 44 RTDECL(int) RTUuidCreate(PRTUUID pUuid) 46 45 { -
trunk/src/VBox/Runtime/r3/win/RTUuidCreate-win.cpp
r9741 r9744 41 41 42 42 43 /** @todo split out this guy */44 43 RTDECL(int) RTUuidCreate(PRTUUID pUuid) 45 44 {
Note:
See TracChangeset
for help on using the changeset viewer.