Changeset 21337 in vbox for trunk/src/VBox/Runtime/generic/RTUuidCreate-generic.cpp
- Timestamp:
- Jul 7, 2009 2:58:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/RTUuidCreate-generic.cpp
r11413 r21337 34 34 *******************************************************************************/ 35 35 #include <iprt/uuid.h> 36 #include "internal/iprt.h" 37 36 38 #include <iprt/assert.h> 37 39 #include <iprt/err.h> … … 55 57 return VINF_SUCCESS; 56 58 } 59 RT_EXPORT_SYMBOL(RTUuidCreate); 57 60
Note:
See TracChangeset
for help on using the changeset viewer.