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

*** empty log message ***

parent 3d6f5d07
No related branches found
No related tags found
No related merge requests found
...@@ -16,16 +16,6 @@ void create_jpeg(FILE *outfile, PixelBuffer *buffer, int quality, int smoothing) ...@@ -16,16 +16,6 @@ void create_jpeg(FILE *outfile, PixelBuffer *buffer, int quality, int smoothing)
#else #else
/* Some releases of the Cygwin JPEG libraries (as well as the JPEG
library bundled with FLTK) don't have a correctly updated header
file for the INT32 data type; the following define from Shane Hill
seems to be a usable workaround... */
#if defined(WIN32)
#define XMD_H
#define boolean char
#endif
extern "C" extern "C"
{ {
#include <jpeglib.h> #include <jpeglib.h>
......
...@@ -8,7 +8,7 @@ include variables ...@@ -8,7 +8,7 @@ include variables
GMSH_MAJOR_VERSION = 2 GMSH_MAJOR_VERSION = 2
GMSH_MINOR_VERSION = 3 GMSH_MINOR_VERSION = 3
GMSH_PATCH_VERSION = 1 GMSH_PATCH_VERSION = 1
GMSH_EXTRA_VERSION = "-cvs-20090603" GMSH_EXTRA_VERSION = ""
GMSH_VERSION =\ GMSH_VERSION =\
${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}${GMSH_EXTRA_VERSION} ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}${GMSH_EXTRA_VERSION}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment