X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47d67540a017101b3e46abe9ef0f55914d8de37e..574c0bbfbd2096f7ee0d10ad7222bb012e6f5ad7:/src/msw/menuitem.cpp diff --git a/src/msw/menuitem.cpp b/src/msw/menuitem.cpp index f7822a730f..916819d272 100644 --- a/src/msw/menuitem.cpp +++ b/src/msw/menuitem.cpp @@ -9,9 +9,9 @@ // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// -// ============================================================================ -// headers & declarations -// ============================================================================ +#ifdef __GNUG__ +#pragma implementation "menuitem.h" +#endif // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -22,6 +22,10 @@ #ifndef WX_PRECOMP #include "wx/menu.h" +#include "wx/font.h" +#include "wx/bitmap.h" +#include "wx/settings.h" +#include "wx/font.h" #endif #include "wx/ownerdrw.h" @@ -29,6 +33,14 @@ #include +#ifdef GetClassInfo +#undef GetClassInfo +#endif + +#ifdef GetClassName +#undef GetClassName +#endif + // ============================================================================ // implementation // ============================================================================