lib/icu/CaseFold: remove Windows implementation

Reverts commit fb3564fbe7

LCMapStringEx() doesn't do what I imagined it would do 5 years ago.
D'oh!

Closes https://github.com/MusicPlayerDaemon/MPD/issues/820
This commit is contained in:
Max Kellermann
2020-04-22 19:30:16 +02:00
parent a5273d6992
commit 3b0f8d5516
3 changed files with 3 additions and 25 deletions

View File

@@ -22,7 +22,7 @@
#include "config.h"
#if defined(HAVE_ICU) || defined(_WIN32)
#ifdef HAVE_ICU
#define HAVE_ICU_CASE_FOLD
#include "util/Compiler.h"