]> Creatis software - gdcm.git/blobdiff - src/gdcmArgMgr.cxx
ENH: update to openjpeg CVS
[gdcm.git] / src / gdcmArgMgr.cxx
index 82cc2a0aa9667cce49c8cecd9d59792d4398fc37..172cb7d2ac191bc0cf278098fa3c764663921686 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:34:13 $
+  Version:   $Revision: 1.20 $
   
   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 WIN32 world, but stricmp
+// http://www.opengroup.org/onlinepubs/007908799/xsh/strcasecmp.html
+#ifdef _WIN32
+#define strcasecmp stricmp
+#endif
+
 #include <string.h>  // For strtok and strlen
 #include <stdlib.h>  // For strtol and strtod