IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29408


Ignore:
Timestamp:
Oct 14, 2010, 1:36:39 PM (16 years ago)
Author:
eugene
Message:

check for png_jmpbuf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa2/src/PNGit.c

    r29406 r29408  
    4747  }
    4848
    49 #ifdef PNG_SETJMP_SUPPORTED
     49#ifdef png_jmpbuf
     50  status = setjmp(png_jmpbuf(png_ptr));
     51# else
    5052  status = setjmp (png_ptr[0].jmpbuf);
    51 # else
    52   status = setjmp(png_jmpbuf(png_ptr));
    5353# endif
    5454
Note: See TracChangeset for help on using the changeset viewer.