TooTallNate / node-lame

Node.js native bindings to libmp3lame & libmpg123
MIT License
567 stars 113 forks source link

Fixes to compile under Win64 with VS2013 #47

Closed Xenoveritas closed 9 years ago

Xenoveritas commented 9 years ago

All this does is add a bunch of casts to resolve templates that otherwise fail to resolve when compiling with VS2013 under Windows when running in a 64-bit environment.

TooTallNate commented 9 years ago

Superceded by #45 I believe.