]> Creatis software - gdcm.git/blobdiff - src/gdcmCommon.h
*** empty log message ***
[gdcm.git] / src / gdcmCommon.h
index 07d0eec61f12d68e0d6674fcd27be53dcd5f7078..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
@@ -26,6 +30,7 @@
 // Mmmmmm !
 // It reminds me the formerly well known LibIDO's idproto.h
 
+//-----------------------------------------------------------------------------
 #ifdef __GNUC__
 #ifndef HAVE_NO_STDINT_H
 #include <stdint.h>
@@ -68,10 +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