]> Creatis software - gdcm.git/blobdiff - src/gdcmJpeg.cxx
*FIX : gdcmHeader::LoadElements is now based
[gdcm.git] / src / gdcmJpeg.cxx
index 01416f35de0c6b21525687ee9763e3c8e79ab5c9..c4d3db4cf97a96b7baa793d7c8cbbf0a15301fe3 100644 (file)
@@ -1,20 +1,8 @@
-//This is needed when compiling in debug mode
-#ifdef _MSC_VER
-// 'identifier' : class 'type' needs to have dll-interface to be used by
-// clients of class 'type2'
-#pragma warning ( disable : 4251 )
-// 'identifier' : identifier was truncated to 'number' characters in the
-// debug information
-#pragma warning ( disable : 4786 )
-#endif //_MSC_VER
 
 #include <stdio.h>
 #include "gdcmFile.h"
 
-// for jpeglib defined BITS_IN_JSAMPLE
-#include "jpeg/libijg8/jBitsInJsample.h"
-// FIXME : find something else when both 
-// libJpeg8 and libJpeg12 will be active
+#define BITS_IN_JSAMPLE 8
 
 #define DEBUG 0