Index: /trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp	(revision 81119)
+++ /trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp	(revision 81120)
@@ -633,6 +633,8 @@
             AssertMsgFailed(("Failed to apply fixups. rc=%Rrc\n", rc));
         }
+#ifndef IN_SUP_HARDENED_R3
         else
             AssertMsgFailed(("Failed to resolve imports. rc=%Rrc\n", rc));
+#endif
     }
     return rc;
