Verify platform/compiler compatibility #178 #214

This commit is contained in:
Lovell Fuller
2015-05-11 10:46:47 +01:00
parent b77877c83d
commit 4f72dcbf54
2 changed files with 14 additions and 4 deletions

View File

@@ -8,10 +8,6 @@
#include "resize.h"
#include "utilities.h"
#ifdef _WIN64
#error Windows 64-bit currently unsupported - see https://github.com/lovell/sharp#windows
#endif
extern "C" void init(v8::Handle<v8::Object> target) {
NanScope();
vips_init("sharp");