summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2011-05-23 05:13:56 +0000
committerVincent Torri <vincent.torri@gmail.com>2011-05-23 05:13:56 +0000
commita9810063b73fa07e6d9180b42ff74d754ec4d0d8 (patch)
treef9cc3eea16a482ddf1d1490e7fbe82a31443a633
parent24fc7ab10e5a2788fbe1bb0973d233e2f438b973 (diff)
downloadeet-a9810063b73fa07e6d9180b42ff74d754ec4d0d8.tar.gz
Fix compilation with libjpeg 8 on Windows.
SVN revision: 59607
-rw-r--r--ChangeLog4
-rw-r--r--src/lib/eet_image.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6594360..c9dc701 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -486,3 +486,7 @@
* Use eina_stringshare_add() instead of strdup() on mmaped file names
on Windows. This fix eet shut down on Windows.
+
+2011-05-23 Vincent Torri
+
+ * Fix compilation with libjpeg 8 on Windows.
diff --git a/src/lib/eet_image.c b/src/lib/eet_image.c
index 077d18b..a10a13a 100644
--- a/src/lib/eet_image.c
+++ b/src/lib/eet_image.c
@@ -28,6 +28,7 @@ void * alloca (size_t);
#ifdef _WIN32
# include <winsock2.h>
+# define HAVE_BOOLEAN
#endif /* ifdef _WIN32 */
#include <stdio.h>