X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fart%2Fart_misc.h;h=4ad22dbb7572faf2b02d6204c4fce297cb28571c;hb=df99e9de2273822d54a2efa8d02a08e90181ede1;hp=f8d5053516d869e0ae40fc54dabce22f95d34192;hpb=d6f4d2c57774930556d4dd226139cd99df23dffd;p=swftools.git diff --git a/lib/art/art_misc.h b/lib/art/art_misc.h index f8d5053..4ad22db 100644 --- a/lib/art/art_misc.h +++ b/lib/art/art_misc.h @@ -34,9 +34,16 @@ #include "art_config.h" #endif +#include "../mem.h" +#ifdef __mem_h__ +#define art_alloc rfx_alloc +#define art_free rfx_free +#define art_realloc rfx_realloc +#else #define art_alloc malloc #define art_free free #define art_realloc realloc +#endif /* These aren't, strictly speaking, configuration macros, but they're damn handy to have around, and may be worth playing with for