Skip to content

Commit

Permalink
threads-win32: add comment about local decl of a function
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 authored and Dudemanguy committed Nov 8, 2023
1 parent 2ae56e7 commit a5c32ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osdep/threads-win32.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit a5c32ea

Please sign in to comment.