提交 7498af2f 编写于 作者: B bernard.xiong@gmail.com

add RT_USING_MODULE macro condition.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@970 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 98dc2877
......@@ -9,6 +9,7 @@
#include <rtgui/widgets/filelist_view.h>
#include <string.h>
#ifdef RT_USING_MODULE
static rt_module_t module = RT_NULL;
static rtgui_view_t* _view = RT_NULL;
......@@ -81,3 +82,4 @@ rtgui_view_t* demo_view_module(rtgui_workbench_t* workbench)
return _view;
}
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册