VirtualBox

Ignore:
Timestamp:
Jun 7, 2023 6:22:21 AM (22 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157782
Message:

Shared Clipboard/Win: Use SHCL_TIMEOUT_DEFAULT_MS, fixed a typo. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp

    r99986 r100090  
    176176
    177177            PSHCLEVENTPAYLOAD pPayload;
    178             rc = ShClEventWait(pEvent, 30 * 1000 /* Timeout in ms */, &pPayload);
     178            rc = ShClEventWait(pEvent, SHCL_TIMEOUT_DEFAULT_MS, &pPayload);
    179179            if (RT_SUCCESS(rc))
    180180            {
     
    10071007    }
    10081008    else
    1009         LogRel(("Shared Clipboard: Initialized OLE in worker thraed\n"));
     1009        LogRel(("Shared Clipboard: Initialized OLE in worker thread\n"));
    10101010#endif
    10111011
Note: See TracChangeset for help on using the changeset viewer.

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