X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9576ca53db96b462ed4c0b4bdf47d64c40203e4..2748d25157097ce4126afcf5052315b368bfbc44:/src/mac/thread.cpp diff --git a/src/mac/thread.cpp b/src/mac/thread.cpp index 82fff92ba3..8dd23bdce9 100644 --- a/src/mac/thread.cpp +++ b/src/mac/thread.cpp @@ -24,6 +24,8 @@ enum thread_state { STATE_EXITED }; +#if wxUSE_THREADS + ///////////////////////////////////////////////////////////////////////////// // Static variables ///////////////////////////////////////////////////////////////////////////// @@ -259,3 +261,4 @@ public: IMPLEMENT_DYNAMIC_CLASS(wxThreadModule, wxModule) +#endif