Index: /trunk/src/VBox/Runtime/common/alloc/alloc.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/alloc/alloc.cpp	(revision 37807)
+++ /trunk/src/VBox/Runtime/common/alloc/alloc.cpp	(revision 37808)
@@ -29,5 +29,7 @@
 *   Header Files                                                               *
 *******************************************************************************/
-#define RTMEM_NO_WRAP_TO_EF_APIS
+#ifndef RTMEM_NO_WRAP_TO_EF_APIS
+# define RTMEM_NO_WRAP_TO_EF_APIS
+#endif
 #include <iprt/mem.h>
 #include "internal/iprt.h"
