From: regrain Date: Tue, 29 Nov 2005 08:32:40 +0000 (+0000) Subject: * Fix compilation errors X-Git-Tag: Version1.3~16 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=1623bd44a698b1dd935de6575332604a2073534e;p=gdcm.git * Fix compilation errors -- BeNours --- diff --git a/gdcmPython/gdcmCommandPy.h b/gdcmPython/gdcmCommandPy.h index fb00b8ad..8732bdd7 100644 --- a/gdcmPython/gdcmCommandPy.h +++ b/gdcmPython/gdcmCommandPy.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmCommandPy.h,v $ Language: C++ - Date: $Date: 2005/11/28 17:47:38 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/11/29 08:32:40 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -21,7 +21,7 @@ #include "gdcmDebug.h" #include "gdcmCommand.h" -#include "python.h" +#include "Python.h" namespace gdcm { diff --git a/src/gdcmJpeg.cxx b/src/gdcmJpeg.cxx index 328eebe2..10f17581 100644 --- a/src/gdcmJpeg.cxx +++ b/src/gdcmJpeg.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmJpeg.cxx,v $ Language: C++ - Date: $Date: 2005/11/28 16:50:32 $ - Version: $Revision: 1.53 $ + Date: $Date: 2005/11/29 08:32:44 $ + Version: $Revision: 1.54 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -207,13 +207,13 @@ METHODDEF(void) my_error_exit (j_common_ptr cinfo) { // (*cinfo->err->format_message) (cinfo, buffer); // // // Custom display message, we could be more fancy and throw an exception: -// gdcmErrorMacro( buffer ); +// gdcmStaticErrorMacro( buffer ); //} } //----------------------------------------------------------------------------- - /** +/** * \brief routine for JPEG decompression * @param fp pointer to an already open file descriptor * 8 significant bits per pixel