Chinaunix首页 | 论坛 | 博客
  • 博客访问: 11467
  • 博文数量: 8
  • 博客积分: 260
  • 博客等级: 二等列兵
  • 技术积分: 90
  • 用 户 组: 普通用户
  • 注册时间: 2010-01-18 22:33
文章分类

全部博文(8)

文章存档

2012年(2)

2011年(1)

2010年(5)

我的朋友

分类: C/C++

2012-03-06 15:54:53

/* GCC visibility */
#if defined(__GNUC__) && __GNUC__ >= 4
#define WL_EXPORT __attribute__ ((visibility("default")))
#else
#define WL_EXPORT
#endif

visibility, "Put simply, it hides most of the ELF symbols which would have previously (and unnecessarily) been public"

[1]
阅读(475) | 评论(0) | 转发(0) |
0

上一篇:digest

下一篇:macro

给主人留下些什么吧!~~