X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzebraapi.h;fp=index%2Fzebraapi.h;h=f34c52a6b1aee8b6a7520cb59b3836921e71e8bf;hb=55f7753517be121c50701a923dc638b5a8f3be5e;hp=2e00a2d021c1d725a54f74178272581e44b0ae16;hpb=48d62eb784b4476f4be281417b94878e7169bf2c;p=idzebra-moved-to-github.git diff --git a/index/zebraapi.h b/index/zebraapi.h index 2e00a2d..f34c52a 100644 --- a/index/zebraapi.h +++ b/index/zebraapi.h @@ -1,4 +1,4 @@ -/* $Id: zebraapi.h,v 1.22 2002-10-22 09:37:56 heikki Exp $ +/* $Id: zebraapi.h,v 1.23 2003-01-15 07:26:40 oleg Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -30,6 +30,13 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include +/* Fixme! Compare string (ignore case) */ +#ifdef WIN32 +#define STRCASECMP stricmp +#else +#define STRCASECMP strcasecmp +#endif + YAZ_BEGIN_CDECL struct recordGroup {