libuv/src
Ben Noordhuis 8531046a86 windows: omit stdint.h, fix msvc 2008 build error
Don't include <stdint.h>, it's not available when compiling with MSVC
2008 and we don't need it in the first place - just cast the argument
to `char *` rather than `uintptr_t`.

Fixes #893.
2013-08-20 14:06:35 +02:00
..
unix fsevents: FSEvents is most likely not thread-safe 2013-08-20 13:04:47 +04:00
win unix, windows: allow NULL async callback 2013-08-12 08:55:51 +02:00
fs-poll.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
inet.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
queue.h windows: omit stdint.h, fix msvc 2008 build error 2013-08-20 14:06:35 +02:00
uv-common.c unix, windows: fix ipv6 link-local address parsing 2013-08-19 22:38:51 +02:00
uv-common.h windows: move INLINE macro, remove UNUSED 2013-08-12 07:22:19 +02:00
version.c Now working on v0.11.8 2013-08-06 23:19:01 +02:00