Changeset 25129 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Display
- Timestamp:
- Dec 1, 2009 3:43:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/vbox.c
r25128 r25129 780 780 VBVAHOSTCMD * pCmd, * pNextCmd; 781 781 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 */ 783 783 if(RT_SUCCESS(rc)) 784 784 { … … 816 816 VBOXPEVENT pEvent; 817 817 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 */ 820 819 if(rc == VBOXNO_ERROR) 821 820 {
Note:
See TracChangeset
for help on using the changeset viewer.