]> Creatis software - gdcm.git/blobdiff - src/gdcmCommon.h
2004-02-06 Jean-Pierre Roux
[gdcm.git] / src / gdcmCommon.h
index 3db17d81b59fb29dbe1fe43459f8c8604ff92c07..ea48792d6961e1620a582a6d0002c915b6c2ce70 100644 (file)
@@ -1,8 +1,12 @@
 //gdcmCommon.h
-
+//-----------------------------------------------------------------------------
 #ifndef GDCMCOMMON_H
 #define GDCMCOMMON_H
 
+//-----------------------------------------------------------------------------
+#define GDCM_DEBUG -1
+
+//-----------------------------------------------------------------------------
 //This is needed when compiling in debug mode
 #ifdef _MSC_VER
 // 'identifier' : class 'type' needs to have dll-interface to be used by
 #pragma warning ( disable : 4284 )
 #endif //_MSC_VER
 
+// Mmmmmm !
+// It reminds me the formerly well known LibIDO's idproto.h
+
+//-----------------------------------------------------------------------------
 #ifdef __GNUC__
 #ifndef HAVE_NO_STDINT_H
 #include <stdint.h>
@@ -65,11 +73,12 @@ enum FileType {
       ExplicitVR,
       ImplicitVR,
       ACR,
-      ACR_LIBIDO
+      ACR_LIBIDO,
+      DICOMDIR
 };
 
 //For now gdcm is not willing cmake, try to be more quiet
 //#cmakedefine GDCM_NO_ANSI_STRING_STREAM
 
-
+//-----------------------------------------------------------------------------
 #endif