source: trunk/src/3rdparty/patches/libpng-1.2.20-elf-visibility.patch@ 5

Last change on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 442 bytes
  • pngconf.h

    old new  
    13751375#      if 0 /* ... other platforms, with other meanings */
    13761376#      endif
    13771377#   endif
     1378
     1379#   if !defined(PNG_IMPEXP)
     1380#       include <qconfig.h>
     1381#       if defined(QT_VISIBILITY_AVAILABLE)
     1382#           define PNG_IMPEXP __attribute__((visibility("default")))
     1383#       endif
     1384#   endif
     1385
    13781386#endif
    13791387
    13801388#ifndef PNGAPI
Note: See TracBrowser for help on using the repository browser.