More build fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-07-26 00:21:37 +00:00
parent 3e46a8e623
commit 18d95cf07f
5 changed files with 11 additions and 22 deletions

View File

@@ -198,8 +198,12 @@ void wxPyBitmapDataObject::SetBitmap(const wxBitmap& bitmap) {
}
#include <wx/metafile.h>
#if 0
extern wxClipboard * wxTheClipboard;
#endif
class wxPyDropSource : public wxDropSource {
public:
#ifndef __WXGTK__