Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:PNG_DEBUG

2451 /* Define PNG_DEBUG at compile time for debugging information.  Higher
2452 * numbers for PNG_DEBUG mean more debugging information. This has
2456 #ifdef PNG_DEBUG
2457 #if (PNG_DEBUG > 0)
2460 #if (PNG_DEBUG > 1)
2461 #define png_debug(l,m) _RPT0(_CRT_WARN,m)
2469 #if (PNG_DEBUG > 1)
2470 #define png_debug(l,m) \
2488 #endif /* (PNG_DEBUG > 1) */
2490 #endif /* (PNG_DEBUG > 0) */
2491 #endif /* PNG_DEBUG */
2492 #ifndef png_debug
2493 #define png_debug(l, m)