VirtualBox

Changeset 25128 in vbox


Ignore:
Timestamp:
Dec 1, 2009 3:36:02 PM (15 years ago)
Author:
vboxsync
Message:

VBoxVideo: Don't assert in vboxVHWACommandCheckHostCmds().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/vbox.c

    r25052 r25128  
    780780    VBVAHOSTCMD * pCmd, * pNextCmd;
    781781    int rc = ppdev->pfnHGSMIRequestCommands(ppdev->hMpHGSMI, HGSMI_CH_VBVA, &pCmd);
    782     Assert(RT_SUCCESS(rc));
     782    /* Don't assert here, otherwise NT4 will be unhappy */
    783783    if(RT_SUCCESS(rc))
    784784    {
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