Changeset 80285 in vbox for trunk/src/VBox/GuestHost/SharedClipboard/clipboard-common.cpp
- Timestamp:
- Aug 15, 2019 9:11:47 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-common.cpp
r80283 r80285 27 27 #include <VBox/log.h> 28 28 #include <VBox/GuestHost/clipboard-helper.h> 29 #ifdef LOG_ENABLED 30 # include <VBox/HostServices/VBoxClipboardSvc.h> 31 #endif 29 #include <VBox/HostServices/VBoxClipboardSvc.h> 32 30 33 31 /** @todo use const where appropriate; delinuxify the code (*Lin* -> *Host*); use AssertLogRel*. */ … … 409 407 LogFunc(("Invalid format %02X\n", u32Format)); 410 408 } 409 #endif /* LOG_ENABLED */ 411 410 412 411 /** … … 482 481 return "Unknown"; 483 482 } 484 #endif /* LOG_ENABLED */485
Note:
See TracChangeset
for help on using the changeset viewer.