#pragma implementation "clipbrd.h"
#endif
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+ #pragma hdrstop
+#endif
+
#include "wx/clipbrd.h"
#if wxUSE_CLIPBOARD
+// FIXME_MGL
IMPLEMENT_DYNAMIC_CLASS(wxClipboard,wxObject)