summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/m_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_core.h b/include/m_core.h
index 14c72c0a37..a25c60e400 100644
--- a/include/m_core.h
+++ b/include/m_core.h
@@ -458,6 +458,8 @@ __inline HANDLE mir_forkthreadowner(pThreadFuncOwner aFunc, void* owner, void* a
{ return (HANDLE)forkthreadex(NULL, 0, (pThreadFuncEx)aFunc, owner, arg, pThreadID);
}
+MIR_CORE_DLL(void) Thread_SetName(DWORD dwThreadID, const char *szThreadName);
+
MIR_CORE_DLL(void) KillObjectThreads(void* pObject);
///////////////////////////////////////////////////////////////////////////////