diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2012-05-17 07:13:29 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2012-05-22 16:14:24 +0200 |
commit | 039fac633eaf081a96bb1ed8bc7307d03dcbe9d9 (patch) | |
tree | b24085e8aab84e09ed8fd7d311cd360dbfd6259e /deps/uv/src/win/util.c | |
parent | a608f65b2454a83f08a60ba24088a672097540f5 (diff) | |
download | node-new-039fac633eaf081a96bb1ed8bc7307d03dcbe9d9.tar.gz |
deps: upgrade libuv to a478847
The event loop's reference counting scheme in this version of libuv has changed.
Update the libuv bindings to reflect that fact.
Diffstat (limited to 'deps/uv/src/win/util.c')
-rw-r--r-- | deps/uv/src/win/util.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/deps/uv/src/win/util.c b/deps/uv/src/win/util.c index f4d5fdbea9..10c2271232 100644 --- a/deps/uv/src/win/util.c +++ b/deps/uv/src/win/util.c @@ -29,9 +29,10 @@ #include "uv.h" #include "internal.h" -#include "tlhelp32.h" -#include "psapi.h" -#include "iphlpapi.h" + +#include <iphlpapi.h> +#include <psapi.h> +#include <tlhelp32.h> /* |