Use NODE_MODULE in the hello-world addon example.
authorNathan Rajlich <nathan@tootallnate.net>
Sat, 25 Feb 2012 19:18:45 +0000 (11:18 -0800)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 27 Feb 2012 01:44:33 +0000 (02:44 +0100)
commitaa35564ca1c9f3854bc5f7983f2f00cb51f67ffe
treeb17d2362323f0184344538cc54af49b19f2b1f19
parent3f1f2d149724b617418ac2212ac829b12b50d321
Use NODE_MODULE in the hello-world addon example.

Fixes Windows throwing "unknown error" when trying to require the .node file.
test/addons/hello-world/binding.cc