summaryrefslogtreecommitdiffstats
path: root/lib/mp3guessenc-0.27.4/decode.c
diff options
context:
space:
mode:
authorpcktm <jakub@kopanko.com>2023-06-09 21:27:07 +0200
committerpcktm <jakub@kopanko.com>2023-06-09 21:27:07 +0200
commit1ed62299701ade2cfa19f774149d8f90fd986bef (patch)
treebf6fc90c9d83f8dde6ec187106ba38b78a176181 /lib/mp3guessenc-0.27.4/decode.c
parentcfbc224d0abf4e0826aa0d46589dafe98faf9e9b (diff)
parent018cb521b27bc1e7b1abf37c039a8de179fd97da (diff)
Merge branch 'main' into GlitchEffect
Diffstat (limited to 'lib/mp3guessenc-0.27.4/decode.c')
-rw-r--r--lib/mp3guessenc-0.27.4/decode.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/mp3guessenc-0.27.4/decode.c b/lib/mp3guessenc-0.27.4/decode.c
index ad60ac4ed1..3fff559443 100644
--- a/lib/mp3guessenc-0.27.4/decode.c
+++ b/lib/mp3guessenc-0.27.4/decode.c
@@ -20,6 +20,10 @@
#include <stdlib.h>
#include <string.h>
+#ifdef _MSC_VER
+#define strcasecmp _stricmp
+#endif
+
/*
* This takes the command line strings starting at optind and concatenate them in order
* to build a long string. Then this string will be compared with the actual key (codename).