Changeset 41474 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- May 29, 2012 10:05:03 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibAutoLogon.cpp
r40415 r41474 62 62 * guest property to have at least something. 63 63 */ 64 #ifdef VBOX_WITH_GUEST_PROPS 64 65 uint32_t u32ClientId = 0; 65 66 rc = VbglR3GuestPropConnect(&u32ClientId); … … 95 96 VbglR3GuestPropDisconnect(u32ClientId); 96 97 } 98 #endif 97 99 } 98 100
Note:
See TracChangeset
for help on using the changeset viewer.