mirror of
https://gitee.com/Polarix/simplegui.git
synced 2025-06-17 21:47:52 +00:00
10 lines
292 B
C
10 lines
292 B
C
![]() |
#ifndef _INCLUDE_SIMPLE_GUI_CONFIG_H_
|
||
|
#define _INCLUDE_SIMPLE_GUI_CONFIG_H_
|
||
|
|
||
|
#define _SIMPLE_GUI_ENABLE_ICONV_GB2312_
|
||
|
#define _SIMPLE_GUI_VIRTUAL_ENVIRONMENT_SIMULATOR_
|
||
|
#define _SIMPLE_GUI_ENABLE_DYNAMIC_MEMORY_
|
||
|
#define _SIMPLE_GUI_ENABLE_BASIC_FONT_
|
||
|
|
||
|
#endif // _INCLUDE_SIMPLE_GUI_CONFIG_H_
|