mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user