VirtualBox

Changeset 49104 in vbox for trunk/src


Ignore:
Timestamp:
Oct 15, 2013 6:21:26 AM (11 years ago)
Author:
vboxsync
Message:

GetWindowLong => GetWindowLongPtr at several places

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvHostBase.cpp

    r47036 r49104  
    14871487    if (uMsg == WM_DESTROY)
    14881488    {
    1489         PDRVHOSTBASE pThis = (PDRVHOSTBASE)GetWindowLong(hwnd, GWLP_USERDATA);
     1489        PDRVHOSTBASE pThis = (PDRVHOSTBASE)GetWindowLongPtr(hwnd, GWLP_USERDATA);
    14901490        if (pThis)
    14911491            ASMAtomicXchgSize(&pThis->hwndDeviceChange, NULL);
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