]> Creatis software - gdcm.git/blobdiff - src/gdcmSystem.h
* Fix compilation errors for the Python part
[gdcm.git] / src / gdcmSystem.h
index c2afd26ceced7a5ba2b010241552e2139f6696e6..5e3920279906c32b28bed5db33879abddaab42dd 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmSystem.h,v $
   Language:  C++
-  Date:      $Date: 2005/10/19 08:16:59 $
-  Version:   $Revision: 1.3 $
+  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,15 +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
-
 //-----------------------------------------------------------------------------
 #endif