Changeset 74458 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Sep 25, 2018 1:50:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/ldrNative-win.cpp
r69111 r74458 71 71 int rc; 72 72 RTUTF16 *pwszNative = NULL; 73 if (RTPathHasSuffix(pszFilename) )73 if (RTPathHasSuffix(pszFilename) || (fFlags & RTLDRLOAD_FLAGS_NO_SUFFIX)) 74 74 rc = RTStrToUtf16(pszFilename, &pwszNative); 75 75 else
Note:
See TracChangeset
for help on using the changeset viewer.