VirtualBox

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

VBoxVideo: Don't assert here as well.

File:
1 edited

Legend:

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

    r25128 r25129  
    780780    VBVAHOSTCMD * pCmd, * pNextCmd;
    781781    int rc = ppdev->pfnHGSMIRequestCommands(ppdev->hMpHGSMI, HGSMI_CH_VBVA, &pCmd);
    782     /* Don't assert here, otherwise NT4 will be unhappy */
     782    /* don't assert here, otherwise NT4 will be unhappy */
    783783    if(RT_SUCCESS(rc))
    784784    {
     
    816816    VBOXPEVENT pEvent;
    817817    VBOXVP_STATUS rc = ppdev->VideoPortProcs.pfnCreateEvent(ppdev->pVideoPortContext, VBOXNOTIFICATION_EVENT, NULL, &pEvent);
    818     Assert(rc == VBOXNO_ERROR);
    819 
     818    /* don't assert here, otherwise NT4 will be unhappy */
    820819    if(rc == VBOXNO_ERROR)
    821820    {
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