VirtualBox

Ignore:
Timestamp:
Jul 3, 2019 1:45:52 PM (6 years ago)
Author:
vboxsync
Message:

Shared Clipboard/URI: Build fix.

Location:
trunk/src/VBox/HostServices/SharedClipboard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h

    r79497 r79501  
    2727
    2828#include <iprt/list.h>
     29#include <iprt/cpp/list.h> /* For RTCList. */
    2930
    3031#include <VBox/hgcmsvc.h>
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp

    r79497 r79501  
    947947                        if (RT_SUCCESS(rc))
    948948                        {
     949#ifdef VBOX_WITH_SHARED_CLIPBOARD_URI_LIST
    949950                            if (u32Formats & VBOX_SHARED_CLIPBOARD_FMT_URI_LIST)
    950951                            {
     
    957958                            }
    958959                            else /* Announce simple formats to the OS-specific service implemenation. */
     960#endif /* VBOX_WITH_SHARED_CLIPBOARD_URI_LIST */
    959961                            {
    960962                                if (g_pfnExtension)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette