X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..243ef54b39f83d4a805dbeaa5ea80232ac66a1b8:/src/palmos/minifram.cpp diff --git a/src/palmos/minifram.cpp b/src/palmos/minifram.cpp index f1353b6b59..8a81f55cbd 100644 --- a/src/palmos/minifram.cpp +++ b/src/palmos/minifram.cpp @@ -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