Changeset 74253 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Sep 13, 2018 5:22:06 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 125047
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp
r69111 r74253 47 47 * Do we need to add an extension? 48 48 */ 49 if (!RTPathHasSuffix(pszFilename) )49 if (!RTPathHasSuffix(pszFilename) && !(fFlags & RTLDRLOAD_FLAGS_NO_SUFFIX)) 50 50 { 51 51 #if defined(RT_OS_OS2) || defined(RT_OS_WINDOWS)
Note:
See TracChangeset
for help on using the changeset viewer.