projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't allow clicking disabled buttons
[wxWidgets.git]
/
src
/
mac
/
carbon
/
thread.cpp
diff --git
a/src/mac/carbon/thread.cpp
b/src/mac/carbon/thread.cpp
index 69a6e85003c47e78e9195d7f54e42f3a3f433ccd..e59ca72ebeafcb49ebad5653f7408851acbf8c91 100644
(file)
--- a/
src/mac/carbon/thread.cpp
+++ b/
src/mac/carbon/thread.cpp
@@
-35,9
+35,7
@@
#include "wx/thread.h"
#ifdef __WXMAC__
-#ifndef __DARWIN__
#include <Threads.h>
-#endif
#include "wx/mac/uma.h"
#endif