diff --git a/osdep/threads-win32.h b/osdep/threads-win32.h index bfd17095ae..dbce353a92 100644 --- a/osdep/threads-win32.h +++ b/osdep/threads-win32.h @@ -195,6 +195,7 @@ static inline int mp_thread_detach(mp_thread thread) #define mp_thread_id_equal(a, b) ((a) == (b)) #define mp_thread_get_id(thread) GetThreadId(thread) +// declared in io.h, which we don't want to pull in everywhere wchar_t *mp_from_utf8(void *talloc_ctx, const char *s); static inline void mp_thread_set_name(const char *name) {