git-svn-id: https://rt-thread.googlecode.com/svn/trunk@991 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
b324805cb0
commit
18eb6e16b3
|
@ -195,7 +195,7 @@
|
|||
|
||||
/* SECTION: RTGUI support */
|
||||
/* using RTGUI support */
|
||||
#define RT_USING_RTGUI
|
||||
/* #define RT_USING_RTGUI */
|
||||
|
||||
/* name length of RTGUI object */
|
||||
#define RTGUI_NAME_MAX 16
|
||||
|
@ -222,7 +222,9 @@
|
|||
|
||||
#ifdef RT_USING_FTK
|
||||
|
||||
#undef RT_USING_RTGUI
|
||||
#ifdef RT_USING_RTGUI
|
||||
#error "can't using RTGUI and FTK in the same time"
|
||||
#endif
|
||||
|
||||
#ifndef RT_USING_NEWLIB
|
||||
#define RT_USING_NEWLIB
|
||||
|
|
Loading…
Reference in New Issue