Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-2309

[Patch] Libpng working on WINSCW (Code Warrior)

    XMLWordPrintable

Details

    • Task
    • Resolution: Out of scope
    • P3: Somewhat important
    • 5.0.0
    • None
    • Image formats
    • None

    Description

      We need to send the following patch upstream at some point:

      — a/src/3rdparty/libpng/pngconf.h
      +++ b/src/3rdparty/libpng/pngconf.h
      @@ -1330,7 +1330,7 @@ typedef z_stream FAR * png_zstreamp;
      defined(WIN32) || defined(WIN32) || defined(WIN32_) ))

      1. ifndef PNGAPI
        1. if defined(_GNUC_) || (defined (_MSC_VER) && (_MSC_VER >= 800))
          +# if defined(_GNUC) || (defined (_MSC_VER) && (_MSC_VER >= 800)) || defined(WINSCW_)
      2. define PNGAPI __cdecl
      3. else
      4. define PNGAPI _cdecl

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jabarron Jason Barron
            jabarron Jason Barron
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes