mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-04 17:51:03 +00:00
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?
|
* what's the right preprocessor symbol?
|
||||||
typedef unsigned long long uintptr_t */
|
typedef unsigned long long uintptr_t */
|
||||||
|
|
||||||
/* ILP32 and LP64 platforms */
|
|
||||||
typedef unsigned long uintptr_t;
|
|
||||||
|
|
||||||
#endif /* _WIN32 */
|
#endif /* _WIN32 */
|
||||||
#endif /* _UINTPTR_T */
|
#endif /* _UINTPTR_T */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user