msgpack / msgpack-node

MessagePack implementation for Node.js
Other
311 stars 71 forks source link

Fix build for node v0.12.7 #29

Closed bombela closed 8 years ago

bombela commented 8 years ago

This changes the minimal amount of code to get msgpack to build on node 0.12.7 (and still build on node 4.1.1).

The code could be cleaned up to be future proof with Nan, but this are the minimal changes to get going.

Fixes msgpack/msgpack-node#28