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

*** empty log message ***

parent 11fca93d
Branches
Tags
No related merge requests found
/* $Id: gl2jpeg.cpp,v 1.24 2006-01-28 07:54:37 geuzaine Exp $ */ /* $Id: gl2jpeg.cpp,v 1.25 2006-01-28 08:04:16 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>
...@@ -50,9 +50,12 @@ void create_jpeg(FILE * outfile, int width, int height, ...@@ -50,9 +50,12 @@ void create_jpeg(FILE * outfile, int width, int height,
#define XMD_H #define XMD_H
#endif #endif
#if defined(__CYGWIN__)
#define boolean char
#endif
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