宏 开关 代码

683阅读 0评论2012-08-24 ai616818
分类:C/C++

#ifdef gbl_INCLUDE_DIRECTFB_SUPPORT
extern ui_image_t images[];
#endif
 
需要 包含 定义 了 宏的 头文件
 
用到 extern 变量的 也要包含 宏 开关。
上一篇:Beautiful English
下一篇:break 使用