VirtualBox

Changeset 106304 in vbox


Ignore:
Timestamp:
Oct 14, 2024 9:21:45 AM (7 weeks ago)
Author:
vboxsync
Message:

VBoxService/VBoxServiceDisplayConfig: Don't debug assert in vgsvcDisplayConfigInit() when not finding some of the optional external symbols, as this will result in an asserting debug binary on older guests (e.g. Win7).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceDisplayConfig.cpp

    r106246 r106304  
    7878        if (RT_SUCCESS(rc))
    7979            rc = RTLdrGetSymbol(hLdrMod, "D3DKMTEscape", (void **)&g_pfnD3DKMTEscape);
    80         AssertRC(rc);
    8180        RTLdrClose(hLdrMod);
    8281    }
     
    10099        if (RT_SUCCESS(rc))
    101100            rc = RTLdrGetSymbol(hLdrMod, "WTSEnumerateSessionsA", (void **)&g_pfnWTSEnumerateSessionsA);
    102         AssertRC(rc);
    103101        RTLdrClose(hLdrMod);
    104102    }
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