Commit 1fa4c81c71517c0b530b71cc6dd4d1812cab5996

Nick Mathewson 2010-01-26T12:06:41

Add ev_[u]intptr_t to include/event2/util.h We already emulate most of the other useful bits of stdint.h, and we seem to have started to use uintptr_t in a few places throughout the code. Let's make sure we can continue to do so even on backwards platforms that don't do C99.