зеркало из https://github.com/mozilla/pjs.git
Bug 308126 - Trunk build failure in libpr0n module
r=mozilla@kaply.com, sr=tor@acm.org
This commit is contained in:
Родитель
56bb28efe2
Коммит
8919a65086
|
@ -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),
|
||||
|
|
Загрузка…
Ссылка в новой задаче