提交 b7fd94a5 authored 作者: Travis Cross's avatar Travis Cross

Fix build of cmockery

cmockery.h was trying to redefine uintptr_t, but this is already
defined in stdint.h.
上级 d938a6da
......@@ -114,9 +114,6 @@ typedef unsigned long uintptr_t;
* what's the right preprocessor symbol?
typedef unsigned long long uintptr_t */
/* ILP32 and LP64 platforms */
typedef unsigned long uintptr_t;
#endif /* _WIN32 */
#endif /* _UINTPTR_T */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论