Changeset 6124 in vbox for trunk/include
- Timestamp:
- Dec 18, 2007 1:53:29 PM (17 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/cdefs.h
r6047 r6124 58 58 # define VBOX_STRICT 59 59 #endif 60 #define IN_CFGLDR_R361 60 #define IN_CFGM_GC 62 61 #define IN_CFGM_R3 -
trunk/include/VBox/com/Guid.h
r6076 r6124 104 104 operator const GUID &() const { return *(GUID *) &uuid; } 105 105 106 /* to directly pass instances to CFGLDRQueryUUID() */106 /* to directly pass instances to RTPrintf("%Vuuid") */ 107 107 PRTUUID ptr() { return &uuid; } 108 108
Note:
See TracChangeset
for help on using the changeset viewer.