mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
QT_NO_THREAD conditional build fix
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
111a4bd4c7
commit
935493f00e
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ static void *hpux_get_stack_base()
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef QT_NO_THREAD
|
||||
#ifndef QT_NO_THREAD
|
||||
static inline void* currentThreadStackBase()
|
||||
{
|
||||
#if OS(HPUX)
|
||||
|
|
Loading…
Add table
Reference in a new issue