Index: /trunk/src/VBox/Runtime/common/string/strformat.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/strformat.cpp	(revision 95930)
+++ /trunk/src/VBox/Runtime/common/string/strformat.cpp	(revision 95931)
@@ -777,5 +777,5 @@
                     case 'A': /* [-]0Xh.hhhhhhP+-dd */
                     {
-#ifdef IN_RING3
+#if defined(IN_RING3) && !defined(IN_SUP_HARDENED_R3)
                         size_t cchNum;
 # ifdef RT_COMPILER_WITH_80BIT_LONG_DOUBLE
