projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b7a79fc
)
Use of strcasecmp() broke Visual C++.
author
Eric Mullins
<emwine@earthlink.net>
Thu, 1 Oct 2009 20:49:09 +0000 (14:49 -0600)
committer
Eric Mullins
<emwine@earthlink.net>
Thu, 1 Oct 2009 20:49:09 +0000 (14:49 -0600)
winboard/config.h
patch
|
blob
|
history
diff --git
a/winboard/config.h
b/winboard/config.h
index
099f415
..
01c77a9
100644
(file)
--- a/
winboard/config.h
+++ b/
winboard/config.h
@@
-151,4
+151,5
@@
\r
#ifdef _MSC_VER
\r
#define snprintf _snprintf
\r
+#define strcasecmp _stricmp
\r
#endif
\r