This commit is contained in:
James Anderson 2014-06-12 20:56:29 +00:00
commit 5f4a8fee86

View File

@ -13,10 +13,11 @@
#include <tiff.h> #include <tiff.h>
#endif #endif
#ifndef _MSC_VER
#ifndef _UNISTD_H #ifndef _UNISTD_H
#include <unistd.h> #include <unistd.h>
#endif #endif
#endif
#ifndef min #ifndef min
#define min(x,y) (( x > y ) ? y : x ) #define min(x,y) (( x > y ) ? y : x )