don't allow clicking disabled buttons
[wxWidgets.git] / src / mac / carbon / thread.cpp
index 69a6e85003c47e78e9195d7f54e42f3a3f433ccd..e59ca72ebeafcb49ebad5653f7408851acbf8c91 100644 (file)
@@ -35,9 +35,7 @@
 #include "wx/thread.h"
 
 #ifdef __WXMAC__
-#ifndef __DARWIN__
 #include <Threads.h>
-#endif
 #include "wx/mac/uma.h"
 #endif