From 11fca93ddfc09e2f5446e682dd25bb7c2ab23cd3 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 28 Jan 2006 07:54:37 +0000 Subject: [PATCH] fix windows compile w/ fltk jpeg --- Graphics/gl2jpeg.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Graphics/gl2jpeg.cpp b/Graphics/gl2jpeg.cpp index 4ff92d7fc6..8cf5ba2fb7 100644 --- a/Graphics/gl2jpeg.cpp +++ b/Graphics/gl2jpeg.cpp @@ -1,4 +1,4 @@ -/* $Id: gl2jpeg.cpp,v 1.23 2005-01-09 21:36:19 geuzaine Exp $ */ +/* $Id: gl2jpeg.cpp,v 1.24 2006-01-28 07:54:37 geuzaine Exp $ */ /* * GL2JPEG, an OpenGL to JPEG Printing Library * Copyright (C) 1999-2003 Christophe Geuzaine <geuz@geuz.org> @@ -52,6 +52,7 @@ void create_jpeg(FILE * outfile, int width, int height, extern "C" { +#define boolean char #include <jpeglib.h> #include <jerror.h> } -- GitLab