// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma implementation "clipbrd.h"
+// 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)