VirtualBox

Changeset 99967 in vbox


Ignore:
Timestamp:
May 25, 2023 8:36:44 AM (17 months ago)
Author:
vboxsync
Message:

Shared Clipboard: Use a define for clipboard timeouts. bugref:9437

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/ClipboardDataObjectImpl-win.cpp

    r99966 r99967  
    635635                /* Don't block for too long here, as this also will screw other apps running on the OS. */
    636636                LogFunc(("Waiting for listing to arrive ...\n"));
    637                 rc = RTSemEventWait(m_EventListComplete, VBOX_SHCL_TIMEOUT_DEFAULT_MS);
     637                rc = RTSemEventWait(m_EventListComplete, SHCL_TIMEOUT_DEFAULT_MS);
    638638                if (RT_SUCCESS(rc))
    639639                {
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-win.cpp

    r99966 r99967  
    168168    {
    169169        PSHCLEVENTPAYLOAD pPayload;
    170         rc = ShClEventWait(pEvent, VBOX_SHCL_TIMEOUT_DEFAULT_MS, &pPayload);
     170        rc = ShClEventWait(pEvent, SHCL_TIMEOUT_DEFAULT_MS, &pPayload);
    171171        if (RT_SUCCESS(rc))
    172172        {
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