diff --git a/mozilla/modules/libimg/gifcom/gif.cpp b/mozilla/modules/libimg/gifcom/gif.cpp index d07f45be561..de5afbac66f 100644 --- a/mozilla/modules/libimg/gifcom/gif.cpp +++ b/mozilla/modules/libimg/gifcom/gif.cpp @@ -251,6 +251,7 @@ il_BACat (char **destination, return *destination; } +#undef BlockAllocCat #define BlockAllocCat(dest, dest_length, src, src_length) il_BACat(&(dest), dest_length, src, src_length) /* Send the data to the display front-end. */