Ignore:
Timestamp:
Nov 30, 2011, 3:50:43 AM (13 years ago)
Author:
Simon Hausmann
Message:

Unreviewed propective build fix for Qt/Windows part 2 after r101477.

  • wtf/ThreadSpecific.h: Fix the OS(WINDOWS) defines for the friend declaration for ThreadSpecific<T>::Data
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/wtf/ThreadSpecific.h

    r101482 r101483  
    5454namespace WTF {
    5555
    56 #if !USE(PTHREADS) && !PLATFORM(QT) && !PLATFORM(GTK) && OS(WINDOWS)
     56#if OS(WINDOWS)
    5757// ThreadSpecificThreadExit should be called each time when a thread is detached.
    5858// This is done automatically for threads created with WTF::createThread.
     
    7070
    7171private:
    72 #if !USE(PTHREADS) && !PLATFORM(QT) && !PLATFORM(GTK) && OS(WINDOWS)
     72#if OS(WINDOWS)
    7373    friend void ThreadSpecificThreadExit();
    7474#endif
Note: See TracChangeset for help on using the changeset viewer.