X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99f0dc688742156982e526639d17df4cb9003588..48f625bc2ce81132a2a8c2d7c524a03f1b7196e5:/src/msw/menu.cpp?ds=inline diff --git a/src/msw/menu.cpp b/src/msw/menu.cpp index 2364401560..f0069e6407 100644 --- a/src/msw/menu.cpp +++ b/src/msw/menu.cpp @@ -17,10 +17,6 @@ // headers // --------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "menu.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -126,7 +122,7 @@ UINT GetMenuState(HMENU hMenu, UINT id, UINT flags) #include -WX_DEFINE_LIST( wxMenuInfoList ) ; +WX_DEFINE_LIST( wxMenuInfoList ) #if wxUSE_EXTENDED_RTTI