]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/taskbarcmn.cpp
Made funcs extern...
[wxWidgets.git] / src / common / taskbarcmn.cpp
index 97f25d32e5ecc966e11ed212160a461c7455d70a..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
 
 
 #ifdef wxHAS_TASK_BAR_ICON
 
+// DLL options compatibility check:
+#include "wx/app.h"
+WX_CHECK_BUILD_OPTIONS("wxAdvanced")
+
+
 #include "wx/taskbar.h"
 
 DEFINE_EVENT_TYPE( wxEVT_TASKBAR_MOVE )