1
0
forked from 0ad/0ad
0ad/source/lib/nommgr.h

17 lines
286 B
C
Raw Normal View History

// remove all of mmgr.h's memory allocation "hooks" -
// but only if we actually defined them!
#if CONFIG_USE_MMGR || HAVE_VC_DEBUG_ALLOC
#undef new
#undef delete
#undef malloc
#undef calloc
#undef realloc
#undef free
#undef strdup
#undef wcsdup
#undef getcwd
#endif