diff --git a/libretro-common/encodings/encoding_utf.c b/libretro-common/encodings/encoding_utf.c index 76fc20a5c4..e2048a57b8 100644 --- a/libretro-common/encodings/encoding_utf.c +++ b/libretro-common/encodings/encoding_utf.c @@ -34,11 +34,6 @@ #if defined(_WIN32) && !defined(_XBOX) #include - -/* Starting with Windows 8: MultiByteToWideChar is declared in stringapiset.h. Before Windows 8, it was declared in winnls.h (which windows.h includes for us). */ -#ifndef MultiByteToWideChar -#include -#endif #endif static INLINE unsigned leading_ones(uint8_t c)