]> Creatis software - gdcm.git/commitdiff
COMP: Fix comp on borland
authormalaterre <malaterre>
Thu, 26 Jan 2006 18:26:04 +0000 (18:26 +0000)
committermalaterre <malaterre>
Thu, 26 Jan 2006 18:26:04 +0000 (18:26 +0000)
src/gdcmArgMgr.cxx

index 82cc2a0aa9667cce49c8cecd9d59792d4398fc37..d966c558062dce4ae8ebabca23c90e8b91d439b0 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmArgMgr.cxx,v $
   Language:  C++
-  Date:      $Date: 2006/01/26 16:01:04 $
-  Version:   $Revision: 1.18 $
+  Date:      $Date: 2006/01/26 18:26:04 $
+  Version:   $Revision: 1.19 $
   
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
 #include <ctype.h>
 #include <string.h>  // For strlen
 
+// No strcasecmp in borland, but stricmp
+#ifdef __BORLANDC__
+#define strcasecmp stricmp
+#endif
+
 #include <string.h>  // For strtok and strlen
 #include <stdlib.h>  // For strtol and strtod