VirtualBox

Changeset 35152 in vbox for trunk/src/VBox/Main/webservice


Ignore:
Timestamp:
Dec 15, 2010 4:45:42 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68989
Message:

*: added fFlags parameter to SUPR3HardenedLdrLoadAppPriv(), SUPR3HardenedLdrLoad() and RTLdrLoadEx(). VBoxSVC: slurp in VBoxVMM because it is required by the extension packs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/vboxweb.cpp

    r34563 r35152  
    11551155            do
    11561156            {
    1157                 rc = RTLdrLoad(filename.c_str(), &hlibAuth);
     1157                rc = RTLdrLoad(filename.c_str(), &hlibAuth, RTLDRFLAGS_LOCAL);
    11581158                if (RT_FAILURE(rc))
    11591159                {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette