X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/376ccc457c79721ba0b3124507642976491c5c8e..b50e6e416e2b4cdc849ea6f24181094c0957d904:/src/msw/minifram.cpp diff --git a/src/msw/minifram.cpp b/src/msw/minifram.cpp index f32bd94755..ee9c1f95f9 100644 --- a/src/msw/minifram.cpp +++ b/src/msw/minifram.cpp @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#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