]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/thread.h
Added definition of wxUSE_DISPLAY.
[wxWidgets.git] / include / wx / thread.h
index 6c126b9fbd9d4d80dd4291f6a7128efaf026f07e..319f17c75df64c02cbe43d5e8a09c4751237acee 100644 (file)
@@ -23,7 +23,7 @@
 #if wxUSE_THREADS
 
 // only for wxUSE_THREADS - otherwise we'd get undefined symbols
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "thread.h"
 #endif
 
@@ -32,8 +32,6 @@
     #undef Yield
 #endif
 
-#include "wx/module.h"
-
 // ----------------------------------------------------------------------------
 // constants
 // ----------------------------------------------------------------------------