summaryrefslogtreecommitdiff
path: root/include/m_core.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-29 20:43:00 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-29 20:43:00 +0000
commitd8f1c974528897e63f0a0b3c873e6e30a319f88f (patch)
tree090849852e24cf58c469c763448460b113f8d36d /include/m_core.h
parent67f2d89c164c7adccdee065da1caac319d528b50 (diff)
- hook calls were too optimized;
- correct Thread_SetName prototype git-svn-id: http://svn.miranda-ng.org/main/trunk@688 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_core.h')
-rw-r--r--include/m_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_core.h b/include/m_core.h
index a25c60e400..79292893c3 100644
--- a/include/m_core.h
+++ b/include/m_core.h
@@ -458,7 +458,7 @@ __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) Thread_SetName(const char *szThreadName);
MIR_CORE_DLL(void) KillObjectThreads(void* pObject);