- Timestamp:
- Mar 14, 2017 9:34:19 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvHostBase-win.cpp
r66075 r66076 565 565 do 566 566 { 567 if (pThis-> hwndDeviceChange)568 PostMessage(pThis-> hwndDeviceChange, WM_CLOSE, 0, 0); /* default win proc will destroy the window */567 if (pThis->Os.hwndDeviceChange) 568 PostMessage(pThis->Os.hwndDeviceChange, WM_CLOSE, 0, 0); /* default win proc will destroy the window */ 569 569 570 570 rc = RTThreadWait(pThis->Os.hThrdMediaChange, 100, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.