Changeset 46624 in vbox
- Timestamp:
- Jun 18, 2013 1:17:23 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Runtime/r3/win/path-win.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/path-win.cpp
r44528 r46624 196 196 197 197 RTLDRMOD hShell32; 198 int rc = RTLdrLoad ("Shell32.dll", &hShell32);198 int rc = RTLdrLoadSystem("Shell32.dll", true /*fNoUnload*/, &hShell32); 199 199 if (RT_SUCCESS(rc)) 200 200 {
Note:
See TracChangeset
for help on using the changeset viewer.

