]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkConfigurationFile.h
Convert bbtk from GDCM to GDCM2 (cmakefiles and cxx files).
[bbtk.git] / kernel / src / bbtkConfigurationFile.h
index e6dd488f78df23676b67fb072931693d12d23cfa..60f6e319463a108510890f896255f0844f7e9612 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkConfigurationFile.h,v $
   Language:  C++
-  Date:      $Date: 2009/01/27 14:22:56 $
-  Version:   $Revision: 1.11 $
+  Date:      $Date: 2010/11/22 16:44:27 $
+  Version:   $Revision: 1.12 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -46,7 +46,9 @@
 
 
 #ifdef WIN32
-#define _CRT_SECURE_NO_DEPRECATE
+  #if __VISUALC__ < 1400
+       #define _CRT_SECURE_NO_DEPRECATE
+  #endif
 #endif
 
 #include <stdio.h>