Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build on Windows (Visual Studio 2015)
This solves elad#110. It's similar to this issue on node-canvas: Automattic/node-canvas#605 Basically, Visual Studio didn't have snprintf, so it had to be polyfilled, like it has been done here. But now, in 2015, snprintf was finally implemented, which leads to it being defined twice. This change lets me compile the project on Windows 7 x64, with Visual Studio 2015.
- Loading branch information