1 Index: src/sys_sdl_img_png.c
2 ===================================================================
3 --- src/sys_sdl_img_png.c (revision 521)
4 +++ src/sys_sdl_img_png.c (working copy)
7 #include "libtcod_int.h"
9 -#if defined( TCOD_MACOSX ) || defined( TCOD_HAIKU )
10 #define png_infopp_NULL (png_infop)NULL
11 #define int_p_NULL (int*)NULL
14 bool TCOD_sys_check_png(const char *filename) {
15 static uint8 magic_number[]={137, 80, 78, 71, 13, 10, 26, 10};