Changeset 70061 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibVideo.cpp
- Timestamp:
- Dec 11, 2017 3:26:46 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibVideo.cpp
r70058 r70061 314 314 { 315 315 #if defined(VBOX_WITH_GUEST_PROPS) 316 using namespace guestProp;317 318 316 int rc; 319 317 HGCMCLIENTID idClient = 0; … … 374 372 { 375 373 #ifdef VBOX_WITH_GUEST_PROPS 376 using namespace guestProp;377 378 374 unsigned cHighestScreen = 0; 379 375 int rc = VbglR3VideoModeGetHighestSavedScreen(&cHighestScreen); … … 457 453 { 458 454 #ifdef VBOX_WITH_GUEST_PROPS 459 using namespace guestProp;460 461 455 /* 462 456 * First we retrieve the video mode which is saved as a string in the
Note:
See TracChangeset
for help on using the changeset viewer.