VirtualBox

Changeset 59394 in vbox


Ignore:
Timestamp:
Jan 19, 2016 2:21:52 AM (9 years ago)
Author:
vboxsync
Message:

http-curlt.cpp,rtLdrNativeLoadSystem: added todo regarding loading winhttp.dll on w2k3sp1/64.

Location:
trunk/src/VBox/Runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/http-curl.cpp

    r58738 r59394  
    13541354     */
    13551355    RTLDRMOD hMod;
     1356/** @todo triggers on w2k3r1/64; winhttp.dll found under WinSxS. Try use
     1357 *        RtlDosApplyFileIsolationRedirection_Ustr to resolve this issue. */
    13561358    int rc = RTLdrLoadSystem("winhttp.dll", true /*fNoUnload*/, &hMod);
    13571359    if (RT_SUCCESS(rc))
  • trunk/src/VBox/Runtime/r3/win/ldrNative-win.cpp

    r59289 r59394  
    177177        return VERR_FILENAME_TOO_LONG;
    178178
     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
    179183    char szPath[RTPATH_MAX];
    180184    char *pszPath = szPath;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette