]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/thread.h
Added (and documented) GetTraceMasks so userspace can probe the currently
[wxWidgets.git] / include / wx / thread.h
index 6c126b9fbd9d4d80dd4291f6a7128efaf026f07e..8652d6cbf810208c171fada3ce8cccb8660cfd20 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