From a5c32ea52e6f943a4221f6f18239510502d9b3e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Tue, 7 Nov 2023 03:05:12 +0100 Subject: threads-win32: add comment about local decl of a function --- osdep/threads-win32.h | 1 + 1 file changed, 1 insertion(+) (limited to 'osdep/threads-win32.h') 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) { -- cgit v1.2.3