X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14f355c2b5c71fc7c3d680aea366582d2ac60f7b..12bb29f5432174ecbd65549bda832d70d34a98ae:/src/msw/minifram.cpp?ds=sidebyside diff --git a/src/msw/minifram.cpp b/src/msw/minifram.cpp index 5180dd713d..8281bdc86c 100644 --- a/src/msw/minifram.cpp +++ b/src/msw/minifram.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: minifram.cpp +// Name: src/msw/minifram.cpp // Purpose: wxMiniFrame // Author: Julian Smart // Modified by: @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "minifram.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -20,10 +16,10 @@ #pragma hdrstop #endif -#ifndef WX_PRECOMP -#endif +#if wxUSE_MINIFRAME #include "wx/minifram.h" IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame) +#endif // wxUSE_MINIFRAME