Skip to content

Commit

Permalink
Fix build of cmockery
Browse files Browse the repository at this point in the history
cmockery.h was trying to redefine uintptr_t, but this is already
defined in stdint.h.
  • Loading branch information
traviscross committed Feb 11, 2013
1 parent d938a6d commit b7fd94a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libs/libzrtp/test/cmockery/cmockery.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit b7fd94a

Please sign in to comment.