Index: /trunk/src/VBox/Runtime/generic/http-curl.cpp
===================================================================
--- /trunk/src/VBox/Runtime/generic/http-curl.cpp	(revision 59393)
+++ /trunk/src/VBox/Runtime/generic/http-curl.cpp	(revision 59394)
@@ -1354,4 +1354,6 @@
      */
     RTLDRMOD hMod;
+/** @todo triggers on w2k3r1/64; winhttp.dll found under WinSxS. Try use
+ *        RtlDosApplyFileIsolationRedirection_Ustr to resolve this issue. */
     int rc = RTLdrLoadSystem("winhttp.dll", true /*fNoUnload*/, &hMod);
     if (RT_SUCCESS(rc))
Index: /trunk/src/VBox/Runtime/r3/win/ldrNative-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/ldrNative-win.cpp	(revision 59393)
+++ /trunk/src/VBox/Runtime/r3/win/ldrNative-win.cpp	(revision 59394)
@@ -177,4 +177,8 @@
         return VERR_FILENAME_TOO_LONG;
 
+/** @todo On w2k3r1/64 winhttp.dll is only found under WinSxS. Try use
+ *        RtlDosApplyFileIsolationRedirection_Ustr to resolve this issue
+ *        (see http-curl.cpp). */
+
     char szPath[RTPATH_MAX];
     char *pszPath = szPath;
