1
0
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:
Travis Cross 2012-06-26 19:59:23 +00:00
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 */