projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82988dd
)
Use _strnicmp on Windows
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 6 Jan 2004 20:21:37 +0000
(20:21 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 6 Jan 2004 20:21:37 +0000
(20:21 +0000)
src/comstack.c
patch
|
blob
|
history
diff --git
a/src/comstack.c
b/src/comstack.c
index
050fcc1
..
7ed6665
100644
(file)
--- 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 <string.h>
@@
-14,6
+14,10
@@
#include <yaz/unix.h>
#include <yaz/odr.h>
+#ifdef WIN32
+#define strncasecmp _strnicmp
+#endif
+
static const char *cs_errlist[] =
{
"No error or unspecified error",