1 Star 0 Fork 0

tangtao / iatsend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cyct_config.h-win32 278 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef __CYCT_CONFIG_H__
#define __CYCT_CONFIG_H__
#define CYCT_WINDOWS 1
#define CYCT_DEBUG 1
#ifdef CYCT_WINDOWS
#define strcasecmp stricmp
#define strncasecmp strnicmp
#define vsnprintf _vsnprintf
#endif /* CYCT_WINDOWS */
#endif /* __CYCT_CONFIG_H__ */
C
1
https://gitee.com/cyctspace/iatsend.git
git@gitee.com:cyctspace/iatsend.git
cyctspace
iatsend
iatsend
master

搜索帮助