author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Thu, 08 Apr 2010 14:19:33 +0300 | |
branch | RCL_3 |
changeset 7 | 3f74d0d4af4c |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
--- pngconf.h.orig 2007-09-08 05:22:56.000000000 +0200 |
2 |
+++ pngconf.h 2007-09-09 00:00:00.000000000 +0200 |
|
3 |
@@ -1375,6 +1375,14 @@ |
|
4 |
# if 0 /* ... other platforms, with other meanings */ |
|
5 |
# endif |
|
6 |
# endif |
|
7 |
+ |
|
8 |
+# if !defined(PNG_IMPEXP) |
|
9 |
+# include <qconfig.h> |
|
10 |
+# if defined(QT_VISIBILITY_AVAILABLE) |
|
11 |
+# define PNG_IMPEXP __attribute__((visibility("default"))) |
|
12 |
+# endif |
|
13 |
+# endif |
|
14 |
+ |
|
15 |
#endif |
|
16 |
||
17 |
#ifndef PNGAPI |