]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/taskbarcmn.cpp
reverted rev 1.26, workarounds for memchecking code no longer needed
[wxWidgets.git] / src / common / taskbarcmn.cpp
index 4b1cc41fb233f2f4941d95b3076d6fc225e600c4..61414495e28270862e2855ceff3810ee4083c756 100644 (file)
@@ -9,15 +9,22 @@
 // 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
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#include "wx/defs.h"
+
+#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 )