X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcomstack.c;h=7ed6665e99e2ce22d401306f33ecde5f8d8da577;hp=050fcc1e6d6c00f23f442ab9483a1674db8869c1;hb=2bfedb1881eea1eb4e158779348794979ca9b681;hpb=82988dd4a36739a5559015cb7df4dd757765d289 diff --git a/src/comstack.c b/src/comstack.c index 050fcc1..7ed6665 100644 --- a/src/comstack.c +++ b/src/comstack.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: comstack.c,v 1.3 2004-01-06 19:12:19 adam Exp $ + * $Id: comstack.c,v 1.4 2004-01-06 20:21:37 adam Exp $ */ #include @@ -14,6 +14,10 @@ #include #include +#ifdef WIN32 +#define strncasecmp _strnicmp +#endif + static const char *cs_errlist[] = { "No error or unspecified error",