summaryrefslogtreecommitdiffstats
path: root/lib/mp3guessenc-0.27.4/decode.c
diff options
context:
space:
mode:
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).