会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
DJH5520
克己守心,明志致远!
博客园
首页
新随笔
管理
2022年5月18日
C++跨平台类库导出宏
摘要: // Macros.h #pragma once #if defined(__GNUC__) #define _DEPRECATED_ __attribute__((deprecated)) #define _FORCE_INLINE_ __attribute__((always_inline))
阅读全文
posted @ 2022-05-18 10:59 碎银三二两
阅读(392)
评论(0)
推荐(0)
编辑