X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..94e0018723919fe2ca2f5b5f0a42804c16dbf3a1:/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