会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
假如蜗牛有梦想
博客园
首页
新随笔
联系
管理
订阅
2019年4月27日
常用宏或函数的实现
摘要: _T,_L宏: #define unsigned short L#define _T(x) __T(x)#define _TEXT(x) __T(x)#ifdef _UNICODE#define __T(x) L##x #else#define __T(x) x #endif#define _L(x
阅读全文
posted @ 2019-04-27 22:25 假如蜗牛有梦想
阅读(234)
评论(0)
推荐(0)
编辑
公告