mapi: Fix a warning in !THREADS build.
It should be u_thread_self, not _glthread_GetID.
This commit is contained in:
@@ -222,7 +222,7 @@ u_tsd_set(struct u_tsd *tsd, void *ptr)
|
||||
*/
|
||||
|
||||
unsigned long
|
||||
_glthread_GetID(void)
|
||||
u_thread_self(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user