]> Creatis software - gdcm.git/blobdiff - src/gdcmSystem.h
STYLE: Some minor comment
[gdcm.git] / src / gdcmSystem.h
index 0e13699421a54e9a6bc8cb2624a912285dd7b37a..5e3920279906c32b28bed5db33879abddaab42dd 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmSystem.h,v $
   Language:  C++
-  Date:      $Date: 2005/10/18 12:58:29 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2005/10/19 12:01:51 $
+  Version:   $Revision: 1.4 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -75,17 +75,5 @@ typedef  unsigned int        uint32_t;
 #define UINT32_MAX    (4294967295U)
 #endif
 
-#if defined(_WIN32) && defined(BUILD_SHARED_LIBS)
-  #ifdef gdcm_EXPORTS
-    #define GDCM_EXPORT __declspec( dllexport )
-  #else
-    #define GDCM_EXPORT __declspec( dllimport )
-  #endif
-#else
-  #define GDCM_EXPORT
-#endif
-
-#include <string>
-
 //-----------------------------------------------------------------------------
 #endif