summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraavit <qt-info@nokia.com>2010-02-22 11:30:55 (GMT)
committeraavit <qt-info@nokia.com>2010-02-22 11:30:55 (GMT)
commit460394f8f225cc60e5dc1ad9804a6c8dd078fc05 (patch)
tree84f073e7c12d21c0a821730c86670944a7087227
parent10bec2ab7be43f4a8507901fc9eeecf0b33af5a1 (diff)
downloadQt-460394f8f225cc60e5dc1ad9804a6c8dd078fc05.zip
Qt-460394f8f225cc60e5dc1ad9804a6c8dd078fc05.tar.gz
Qt-460394f8f225cc60e5dc1ad9804a6c8dd078fc05.tar.bz2
Compilation fix for AIX
-rw-r--r--src/3rdparty/libpng/png.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/libpng/png.h b/src/3rdparty/libpng/png.h
index 14e3416..5ea2b0d 100644
--- a/src/3rdparty/libpng/png.h
+++ b/src/3rdparty/libpng/png.h
@@ -386,7 +386,7 @@
#include "zlib.h"
#endif
-#ifdef AIX
+#ifdef _AIX
#define jmpbuf __jmpbuf
#endif