Changeset 59394 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Jan 19, 2016 2:21:52 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.