diff options
Diffstat (limited to 'src/VBox/Runtime/common/alloc/alloc.cpp')
| -rw-r--r-- | src/VBox/Runtime/common/alloc/alloc.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/VBox/Runtime/common/alloc/alloc.cpp b/src/VBox/Runtime/common/alloc/alloc.cpp index 657f5c737..e4e52c311 100644 --- a/src/VBox/Runtime/common/alloc/alloc.cpp +++ b/src/VBox/Runtime/common/alloc/alloc.cpp @@ -28,17 +28,13 @@ /******************************************************************************* * Header Files * *******************************************************************************/ +#define RTMEM_NO_WRAP_TO_EF_APIS #include <iprt/mem.h> #include "internal/iprt.h" #include <iprt/assert.h> #include <iprt/string.h> -#undef RTMemDup -#undef RTMemDupTag -#undef RTMemDupEx -#undef RTMemDupExTag - RTDECL(void *) RTMemDupTag(const void *pvSrc, size_t cb, const char *pszTag) RT_NO_THROW |
