Bug 308126 - Trunk build failure in libpr0n module

r=mozilla@kaply.com, sr=tor@acm.org
This commit is contained in:
pkw%us.ibm.com 2005-09-16 23:50:39 +00:00
Родитель 56bb28efe2
Коммит 8919a65086
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -42,6 +42,12 @@
#include "nsString.h"
#include "nsDependentSubstring.h"
// Bug 308126 - AIX defines jmpbuf in sys/context.h which conflicts with the
// definition of jmpbuf in the png.h header file.
#ifdef jmpbuf
#undef jmpbuf
#endif
NS_IMPL_ISUPPORTS2(nsPNGEncoder, imgIEncoder, nsIInputStream)
nsPNGEncoder::nsPNGEncoder() : mImageBuffer(nsnull), mImageBufferSize(0),