Ignore:
Timestamp:
Oct 31, 2008, 2:59:03 PM (17 years ago)
Author:
[email protected]
Message:

A couple wxMSW build fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Threading.h

    r37990 r38053  
    252252void initializeThreading();
    253253
    254 #if !PLATFORM(WIN_OS)
     254#if !PLATFORM(WIN_OS) || PLATFORM(WX)
    255255extern Mutex* atomicallyInitializedStaticMutex;
    256256inline void lockAtomicallyInitializedStaticMutex() { atomicallyInitializedStaticMutex->lock(); }
Note: See TracChangeset for help on using the changeset viewer.