X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c41b649631b191e732680b3c56516b9839f0d987..f3f0d961af5454a3544a4f4f9aced750d4641d69:/src/common/taskbarcmn.cpp diff --git a/src/common/taskbarcmn.cpp b/src/common/taskbarcmn.cpp index 4b1cc41fb2..61414495e2 100644 --- a/src/common/taskbarcmn.cpp +++ b/src/common/taskbarcmn.cpp @@ -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 )