]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/clipbrd.cpp
Use the data scheme to load resources in the WebKitGTK+ implementation, rather than...
[wxWidgets.git] / src / mgl / clipbrd.cpp
index 6dc37376589ec57e542ecd94e2ec8ef0ab434e2c..81f12a67e9c21b2d8cf5ba04462fee8795831773 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        gtk/clipbrd.cpp
+// Name:        src/mgl/clipbrd.cpp
 // Purpose:
 // Author:      Robert Roebling
 // Id:          $Id$
@@ -7,14 +7,18 @@
 // 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)