/////////////////////////////////////////////////////////////////////////////
-// Name: minifram.cpp
+// Name: src/msw/minifram.cpp
// Purpose: wxMiniFrame
// Author: Julian Smart
// Modified by:
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma implementation "minifram.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#pragma hdrstop
#endif
-#ifndef WX_PRECOMP
-#endif
+#if wxUSE_MINIFRAME
#include "wx/minifram.h"
IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame)
+#endif // wxUSE_MINIFRAME