Changeset 25128 in vbox
- Timestamp:
- Dec 1, 2009 3:36:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/vbox.c
r25052 r25128 780 780 VBVAHOSTCMD * pCmd, * pNextCmd; 781 781 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 */ 783 783 if(RT_SUCCESS(rc)) 784 784 {
Note:
See TracChangeset
for help on using the changeset viewer.