From 07c68e2d6879544f4356887e8222dc3bc96fae15 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Sat, 5 Jul 2014 15:06:17 -0700 Subject: [PATCH] Windows compatibility --- libImaging/ImPlatform.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libImaging/ImPlatform.h b/libImaging/ImPlatform.h index be1f20f3f..70ee63119 100644 --- a/libImaging/ImPlatform.h +++ b/libImaging/ImPlatform.h @@ -69,4 +69,6 @@ #define FLOAT32 float #define FLOAT64 double - +#ifdef _MSC_VER +typedef signed __int64 int64_t; +#endif