Fix build of cmockery
cmockery.h was trying to redefine uintptr_t, but this is already defined in stdint.h.
This commit is contained in:
parent
d938a6da6d
commit
b7fd94a53e
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue