Changeset 59396 in vbox for trunk/src/VBox/Runtime/generic
- Timestamp:
- Jan 19, 2016 3:32:03 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105093
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/http-curl.cpp
r59394 r59396 1354 1354 */ 1355 1355 RTLDRMOD hMod; 1356 /** @todo triggers on w2k3r1/64; winhttp.dll found under WinSxS. Try use1357 * RtlDosApplyFileIsolationRedirection_Ustr to resolve this issue. */1358 1356 int rc = RTLdrLoadSystem("winhttp.dll", true /*fNoUnload*/, &hMod); 1359 1357 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.