src: fix build break from generic macro name
authorTrevor Norris <trev.norris@gmail.com>
Mon, 12 Aug 2013 19:54:49 +0000 (12:54 -0700)
committerTrevor Norris <trev.norris@gmail.com>
Mon, 12 Aug 2013 19:54:49 +0000 (12:54 -0700)
commit35f789b02795ed8dd177b65f80b53f408dc7fe09
treed294203d0dc1f32d89c7d6200e7b038dc0b4b25f
parent5725864dfdc951ee7616188776b56b9e0a95e8e7
src: fix build break from generic macro name

WRAP is too generic a macro name and causes the build to fail from
conflicts. They have been prepended with NODE_.
13 files changed:
src/fs_event_wrap.cc
src/handle_wrap.cc
src/node_crypto.cc
src/node_internals.h
src/pipe_wrap.cc
src/process_wrap.cc
src/signal_wrap.cc
src/stream_wrap.cc
src/tcp_wrap.cc
src/timer_wrap.cc
src/tls_wrap.cc
src/tty_wrap.cc
src/udp_wrap.cc