embedded png
authorkramm <kramm>
Sun, 18 Mar 2007 18:22:21 +0000 (18:22 +0000)
committerkramm <kramm>
Sun, 18 Mar 2007 18:22:21 +0000 (18:22 +0000)
lib/devices/render.c

index 1d6e80e..2449a2c 100644 (file)
 #include <memory.h>
 #include "../gfxdevice.h"
 #include "../gfxtools.h"
 #include <memory.h>
 #include "../gfxdevice.h"
 #include "../gfxtools.h"
-#include "../png.h"
 #include "../mem.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;
 
 
 typedef gfxcolor_t RGBA;