projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88b301a
)
[utils] use posix compliant _strnicmp on windows
author
Paul Brossier
<piem@piem.org>
Sun, 31 Mar 2019 22:44:02 +0000
(
00:44
+0200)
committer
Paul Brossier
<piem@piem.org>
Sun, 31 Mar 2019 22:44:02 +0000
(
00:44
+0200)
src/utils/strutils.c
patch
|
blob
|
history
diff --git
a/src/utils/strutils.c
b/src/utils/strutils.c
index
d0c0f96
..
8b695ff
100644
(file)
--- a/
src/utils/strutils.c
+++ b/
src/utils/strutils.c
@@
-21,7
+21,7
@@
#include "aubio_priv.h"
#ifdef HAVE_WIN_HACKS
-#define strncasecmp strnicmp
+#define strncasecmp
_
strnicmp
#endif
const char_t *aubio_str_get_extension(const char_t *filename)