Changeset 35191 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Dec 16, 2010 3:25:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r35188 r35191 2213 2213 * Try load it. 2214 2214 */ 2215 return RTLdrLoadEx(pszFilename, phLdrMod, 0 /*fFlags*/, pErrInfo);2215 return RTLdrLoadEx(pszFilename, phLdrMod, RTLDRLOAD_FLAGS_LOCAL, pErrInfo); 2216 2216 } 2217 2217
Note:
See TracChangeset
for help on using the changeset viewer.