VirtualBox

Changeset 100274 in vbox for trunk


Ignore:
Timestamp:
Jun 23, 2023 6:44:41 PM (18 months ago)
Author:
vboxsync
Message:

Additions/VBoxGuest-os2: Changeset r157982 added an additional argument
to VGDrvCommonInitDevExt() but missed updating one of the callers in the
OS/2 Guest Additions. Attempt at a follow-up build fix to r157982.
bugref:10457

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp

    r100267 r100274  
    193193                                           0);
    194194            else
    195                 rc = VGDrvCommonInitDevExt(&g_DevExt, g_IOPortBase, NULL, 0, vgdrvOS2DetectVersion(), 0);
     195                rc = VGDrvCommonInitDevExt(&g_DevExt, g_IOPortBase, NULL /*pvMmioReq*/, NULL, 0, vgdrvOS2DetectVersion(), 0);
    196196            if (RT_SUCCESS(rc))
    197197            {
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