Fix compilation with libjpeg 8 on Windows.
authorcaro <caro>
Mon, 23 May 2011 05:14:20 +0000 (05:14 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 23 May 2011 05:14:20 +0000 (05:14 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@59608 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog
src/lib/eet_image.c

index 4049f23..2d05c53 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        * Use Eina_File.
        * Fix test forgetting to initialize eet.
+
+2011-05-23  Vincent Torri
+
+       * Fix compilation with libjpeg 8 on Windows.
index 077d18b..a10a13a 100644 (file)
@@ -28,6 +28,7 @@ void *    alloca (size_t);
 
 #ifdef _WIN32
 # include <winsock2.h>
+# define HAVE_BOOLEAN
 #endif /* ifdef _WIN32 */
 
 #include <stdio.h>