- Timestamp:
- Oct 15, 2013 6:21:26 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvHostBase.cpp
r47036 r49104 1487 1487 if (uMsg == WM_DESTROY) 1488 1488 { 1489 PDRVHOSTBASE pThis = (PDRVHOSTBASE)GetWindowLong (hwnd, GWLP_USERDATA);1489 PDRVHOSTBASE pThis = (PDRVHOSTBASE)GetWindowLongPtr(hwnd, GWLP_USERDATA); 1490 1490 if (pThis) 1491 1491 ASMAtomicXchgSize(&pThis->hwndDeviceChange, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.