Changeset 59394 in vbox
- Timestamp:
- Jan 19, 2016 2:21:52 AM (9 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
-
generic/http-curl.cpp (modified) (1 diff)
-
r3/win/ldrNative-win.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/http-curl.cpp
r58738 r59394 1354 1354 */ 1355 1355 RTLDRMOD hMod; 1356 /** @todo triggers on w2k3r1/64; winhttp.dll found under WinSxS. Try use 1357 * RtlDosApplyFileIsolationRedirection_Ustr to resolve this issue. */ 1356 1358 int rc = RTLdrLoadSystem("winhttp.dll", true /*fNoUnload*/, &hMod); 1357 1359 if (RT_SUCCESS(rc)) -
trunk/src/VBox/Runtime/r3/win/ldrNative-win.cpp
r59289 r59394 177 177 return VERR_FILENAME_TOO_LONG; 178 178 179 /** @todo On w2k3r1/64 winhttp.dll is only found under WinSxS. Try use 180 * RtlDosApplyFileIsolationRedirection_Ustr to resolve this issue 181 * (see http-curl.cpp). */ 182 179 183 char szPath[RTPATH_MAX]; 180 184 char *pszPath = szPath;
Note:
See TracChangeset
for help on using the changeset viewer.

