From cba113ca2826bc4814be2f69a7704c865a37d4ea Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Fri, 29 Jul 2011 17:55:18 +0200 Subject: Imported Upstream version 4.1.0-dfsg --- src/VBox/Runtime/common/alloc/alloc.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/VBox/Runtime/common/alloc/alloc.cpp') diff --git a/src/VBox/Runtime/common/alloc/alloc.cpp b/src/VBox/Runtime/common/alloc/alloc.cpp index e4e52c311..ffaff343f 100644 --- a/src/VBox/Runtime/common/alloc/alloc.cpp +++ b/src/VBox/Runtime/common/alloc/alloc.cpp @@ -1,4 +1,4 @@ -/* $Id: alloc.cpp $ */ +/* $Id: alloc.cpp 37808 2011-07-07 07:45:50Z vboxsync $ */ /** @file * IPRT - Memory Allocation. */ @@ -28,7 +28,9 @@ /******************************************************************************* * 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 #include "internal/iprt.h" -- cgit v1.2.3