Skip to content
Snippets Groups Projects
Commit 11fca93d authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix windows compile w/ fltk jpeg

parent b7b9ec0c
No related branches found
No related tags found
No related merge requests found
/* $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 * GL2JPEG, an OpenGL to JPEG Printing Library
* Copyright (C) 1999-2003 Christophe Geuzaine <geuz@geuz.org> * Copyright (C) 1999-2003 Christophe Geuzaine <geuz@geuz.org>
...@@ -52,6 +52,7 @@ void create_jpeg(FILE * outfile, int width, int height, ...@@ -52,6 +52,7 @@ void create_jpeg(FILE * outfile, int width, int height,
extern "C" extern "C"
{ {
#define boolean char
#include <jpeglib.h> #include <jpeglib.h>
#include <jerror.h> #include <jerror.h>
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment