VirtualBox

Changeset 74253 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Sep 13, 2018 5:22:06 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
125047
Message:

IPRT/ldr: Added RTLDRLOAD_FLAGS_NO_SUFFIX flag for enabling loading frameworks on darwin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp

    r69111 r74253  
    4747     * Do we need to add an extension?
    4848     */
    49     if (!RTPathHasSuffix(pszFilename))
     49    if (!RTPathHasSuffix(pszFilename) && !(fFlags & RTLDRLOAD_FLAGS_NO_SUFFIX))
    5050    {
    5151#if defined(RT_OS_OS2) || defined(RT_OS_WINDOWS)
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