VirtualBox

Changeset 56974 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 17, 2015 10:13:59 PM (9 years ago)
Author:
vboxsync
Message:

WDDM: prevent crash with W10.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.cpp

    r56264 r56974  
    47694769    VBOXDISPCRHGSMI_SCOPE_SET_DEV(pDevice);
    47704770    HRESULT hr = S_OK;
    4771     if (VBOXDISPMODE_IS_3D(pDevice->pAdapter))
     4771    if (   VBOXDISPMODE_IS_3D(pDevice->pAdapter)
     4772        && pDevice->pDevice9If) /* Windows 10 can call the Flush when pDevice9If is not yet initialized. */
    47724773    {
    47734774
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