threads-win32: add comment about local decl of a function

This commit is contained in:
Kacper Michajłow 2023-11-07 03:05:12 +01:00 committed by Dudemanguy
parent 2ae56e78dd
commit a5c32ea52e
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{