]> Creatis software - gdcm.git/blobdiff - src/gdcmjpeg/jmorecfg.h.in
BUG: map<>::mapped_type is not part of the STL. Should fix issue on VS* compiler
[gdcm.git] / src / gdcmjpeg / jmorecfg.h.in
index 621dc0e3fb3a6fe35107b3da78df1217de36a34f..550e0480145dcc054ce9bf62a7699ea04cff96d7 100644 (file)
@@ -214,6 +214,16 @@ typedef unsigned int JDIMENSION;
  * or code profilers that require it.
  */
 
+#cmakedefine JPEGDLL
+#cmakedefine JPEGSTATIC
+
+/* For more info on this bug see:
+ * [Broken JPEG from GE station] on comp.protocols.dicom
+ * and official publication at:
+ * http://www.medicalconnections.co.uk/html/lossless_bug.html
+ */
+#cmakedefine SUPPORT_DICOMOBJECTS_BUG
+
 /* a function called through method pointers: */
 #define METHODDEF(type)    static type
 /* a function used only in its module: */