X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e320a79f187558effb04d92020b470372bbe456..afab8b85c4bdeb11a248c57d13e9bcfa14149ef8:/src/os2/minifram.cpp diff --git a/src/os2/minifram.cpp b/src/os2/minifram.cpp index 4f6f5e5fcb..f23eb1e87f 100644 --- a/src/os2/minifram.cpp +++ b/src/os2/minifram.cpp @@ -1,22 +1,20 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: minifram.cpp -// Purpose: wxMiniFrame. Optional; identical to wxFrame if not supported. -// Author: AUTHOR +// Name: src/os2/minifram.cpp +// Purpose: wxMiniFrame +// Author: Julian Smart // Modified by: -// Created: ??/??/98 -// RCS-ID: $Id$ -// Copyright: (c) AUTHOR -// Licence: wxWindows licence +// Created: 04/01/98 +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "minifram.h" -#endif +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + +#if wxUSE_MINIFRAME #include "wx/minifram.h" -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame) -#endif - +#endif // wxUSE_MINIFRAME