View | Details | Raw Unified | Return to bug 214473 | Differences between
and this patch

Collapse All | Expand All

(-)vcl/unx/gtk/gtkinst.cxx (-1 / +1 lines)
Lines 298-304 SalPrinter* GtkInstance::CreatePrinter( Link Here
298
 * for each pair, so we can accurately restore
298
 * for each pair, so we can accurately restore
299
 * it later.
299
 * it later.
300
 */
300
 */
301
thread_local std::stack<sal_uIntPtr> GtkYieldMutex::yieldCounts;
301
__thread std::stack<sal_uIntPtr> GtkYieldMutex::yieldCounts;
302
302
303
void GtkYieldMutex::ThreadsEnter()
303
void GtkYieldMutex::ThreadsEnter()
304
{
304
{

Return to bug 214473