X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fdevices%2Frender.c;h=2449a2c11f12c8dba2dbccfe8abc0cab248012c3;hp=1d6e80ec37cd0637abd28ea018030b496180007d;hb=5ac1e934f50f8c32e8355aba5f3b243406f3520c;hpb=4cc575e3000d7deda913996aaa42199635979a8e diff --git a/lib/devices/render.c b/lib/devices/render.c index 1d6e80e..2449a2c 100644 --- a/lib/devices/render.c +++ b/lib/devices/render.c @@ -24,11 +24,10 @@ #include #include "../gfxdevice.h" #include "../gfxtools.h" -#include "../png.h" #include "../mem.h" - -typedef unsigned int U32; -typedef unsigned char U8; +#define PNG_INLINE_EXPORTS +#include "../types.h" +#include "../png.c" typedef gfxcolor_t RGBA;