提交 fe6e8c1e 编写于 作者: 还_没_想_好's avatar 还_没_想_好

[GUI]解决找不到image_png.h的问题

上级 a9a02d5e
......@@ -424,7 +424,7 @@ void rtgui_image_png_init()
#elif defined(RTGUI_IMAGE_LODEPNG)
#include "lodepng.h"
#include <rtgui/image_png.h>
#include <rtgui/image.h>
static rt_bool_t rtgui_image_png_check(struct rtgui_filerw *file);
static rt_bool_t rtgui_image_png_load(struct rtgui_image *image, struct rtgui_filerw *file, rt_bool_t load);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册