VirtualBox

Changeset 32211 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 2, 2010 2:41:01 PM (14 years ago)
Author:
vboxsync
Message:

Additions/WINNT/clipboard: fix to r65507

File:
1 edited

Legend:

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

    r32200 r32211  
    154154                {
    155155                    /* Pass the message further. */
    156                     DWORD dwResult;
     156                    DWORD_PTR dwResult;
    157157                    rc = SendMessageTimeout(pCtx->hwndNextInChain, WM_CHANGECBCHAIN, wParam, lParam, 0, CBCHAIN_TIMEOUT, &dwResult);
    158158                    if (!rc)
    159                         rc = dwResult;
     159                        rc = (LRESULT) dwResult;
    160160                }
    161161            }
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