Changeset 79501 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Jul 3, 2019 1:45:52 PM (6 years ago)
- Location:
- trunk/src/VBox/HostServices/SharedClipboard
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h
r79497 r79501 27 27 28 28 #include <iprt/list.h> 29 #include <iprt/cpp/list.h> /* For RTCList. */ 29 30 30 31 #include <VBox/hgcmsvc.h> -
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r79497 r79501 947 947 if (RT_SUCCESS(rc)) 948 948 { 949 #ifdef VBOX_WITH_SHARED_CLIPBOARD_URI_LIST 949 950 if (u32Formats & VBOX_SHARED_CLIPBOARD_FMT_URI_LIST) 950 951 { … … 957 958 } 958 959 else /* Announce simple formats to the OS-specific service implemenation. */ 960 #endif /* VBOX_WITH_SHARED_CLIPBOARD_URI_LIST */ 959 961 { 960 962 if (g_pfnExtension)
Note:
See TracChangeset
for help on using the changeset viewer.