]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/taskbarcmn.cpp
otherwise all runloop dependent callbacks cannot work outside of the main thread
[wxWidgets.git] / src / common / taskbarcmn.cpp
index 521ef18359786319b40b1aeae88cb23025d0b281..61414495e28270862e2855ceff3810ee4083c756 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "taskbar.h"
 #endif