Home | History | Annotate | Download | only in libpng

Lines Matching refs:Ifdef

309   Removed #ifdef/#endif around a png_free() in pngread.c
395 Added #ifdef PNG_DEBUG/#endif surrounding use of PNG_DEBUG in png.h .
409 Removed misplaced #endif and #ifdef PNG_NO_EXTERN near the end of png.h
542 Remove all the new declarations with #ifdef/#endif when
556 #ifdef PNG_iTXt_SUPPORTED
743 Added PNG_LEGACY_SUPPORTED macro, and #ifdef out all new (since version
1304 Removed some redundancy with #ifdef/#endif in png_malloc_default().
1374 Comment out with #ifdef/#endif png_info_init in png.c and png_read_init
1489 Fixed inconsistent #ifdef's around png_sig_bytes() and png_set_sCAL_s()
1757 Added some #ifdef PNG_MMX_CODE_SUPPORTED where needed in pngvcrd.c
1762 an #ifdef PNG_MMX_CODE_SUPPORTED/#endif block around the declarations
1929 Restored a "superfluous" #ifdef that was removed from 1.2.20rc2 pnggccrd.c,
2019 Ifdef out avg_row etc from png.h and pngwrite.c when PNG_NO_WRITE_FILTER
2103 Ifdef out some code that is unused when interlacing is not supported.
2161 Comment out pnggcrd.c code with #ifdef/#endif if using MSC_VER
2225 Enclose "volatile" declarations in #ifdef PNG_SETJMP_SUPPORTED (Cosmin).
2333 Revised order of #ifdef's and indentation in png_debug definitions of png.h
2412 Adopted preference for consistent use of "#ifdef" and "#ifndef" versus
2464 Fixed incorrect #ifdef in pngset.c regarding unknown chunk support.
2498 many "#if defined(x)" to "#ifdef x".
2508 many "#if defined(x)" to "#ifdef x" in png.h and pngconf.h.
2649 Removed "#ifdef PNG_1_0_X / #endif" surrounding