X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63dfd606eda5f6eb9c7cbb83b0486e97abab333e..4d073429a06c885db6440b79d754d8316d847223:/src/common/taskbarcmn.cpp?ds=sidebyside diff --git a/src/common/taskbarcmn.cpp b/src/common/taskbarcmn.cpp index 97f25d32e5..61414495e2 100644 --- a/src/common/taskbarcmn.cpp +++ b/src/common/taskbarcmn.cpp @@ -9,7 +9,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "taskbar.h" #endif @@ -20,6 +20,11 @@ #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 )