X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32b8ec418aee4e38877d4cb79e2984c766dcc358..1e2aa2f8dfd8e471bbb5f6b9c40100e76aa99d7d:/src/mgl/clipbrd.cpp diff --git a/src/mgl/clipbrd.cpp b/src/mgl/clipbrd.cpp index 6dc3737658..f7d2287510 100644 --- a/src/mgl/clipbrd.cpp +++ b/src/mgl/clipbrd.cpp @@ -7,14 +7,22 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #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)