VirtualBox

Changeset 46624 in vbox


Ignore:
Timestamp:
Jun 18, 2013 1:17:23 PM (11 years ago)
Author:
vboxsync
Message:

use RTLdrLoadSystem here as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/path-win.cpp

    r44528 r46624  
    196196
    197197    RTLDRMOD hShell32;
    198     int rc = RTLdrLoad("Shell32.dll", &hShell32);
     198    int rc = RTLdrLoadSystem("Shell32.dll", true /*fNoUnload*/, &hShell32);
    199199    if (RT_SUCCESS(rc))
    200200    {
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