From 4a0e072cc59792c44404910d912e16958b74ba60 Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Thu, 10 Mar 2011 06:39:08 +0000 Subject: [PATCH] update png configuration. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1323 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/external/libpng/pngconf.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/external/libpng/pngconf.h b/components/external/libpng/pngconf.h index 611a0439bc..0cc2fc3551 100644 --- a/components/external/libpng/pngconf.h +++ b/components/external/libpng/pngconf.h @@ -20,13 +20,17 @@ #define __RT_THREAD__ #ifdef __RT_THREAD__ +#include +#define PNG_MAX_MALLOC_64K + +#ifndef RT_USING_NEWLIB #define PNG_NO_WRITE_SUPPORTED #define PNG_NO_STDIO #define PNG_NO_SETJMP_SUPPORTED -#define PNG_MAX_MALLOC_64K #define malloc rtgui_malloc #define free rtgui_free #endif +#endif #define PNG_1_2_X