mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-13 07:52:22 -07:00
0ab226f739
They'll be removed on demand in libgen repo
11 lines
212 B
C
11 lines
212 B
C
#ifdef INTELLISENSE_DIRECTIVES
|
|
# pragma once
|
|
# include "markup.h"
|
|
#endif
|
|
|
|
inline void
|
|
md_set_thread_name(MD_String8 string) {
|
|
md_prof_thread_name("%.*s", md_str8_varg(string));
|
|
md_os_set_thread_name(string);
|
|
}
|