VirtualBox

Changeset 74458 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
Sep 25, 2018 1:50:18 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/ldrNative-win: Implemented RTLDRLOAD_FLAGS_NO_SUFFIX.

File:
1 edited

Legend:

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

    r69111 r74458  
    7171    int rc;
    7272    RTUTF16 *pwszNative = NULL;
    73     if (RTPathHasSuffix(pszFilename))
     73    if (RTPathHasSuffix(pszFilename) || (fFlags & RTLDRLOAD_FLAGS_NO_SUFFIX))
    7474        rc = RTStrToUtf16(pszFilename, &pwszNative);
    7575    else
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