X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93cf77c076b699e8e0b3b0049bd4f80de15997dd..bee503b05f2e67035e1f45bd33e94451daeceb31:/src/stubs/metafile.cpp?ds=sidebyside diff --git a/src/stubs/metafile.cpp b/src/stubs/metafile.cpp index 67850103ee..a92874b336 100644 --- a/src/stubs/metafile.cpp +++ b/src/stubs/metafile.cpp @@ -13,7 +13,10 @@ #pragma implementation "metafile.h" #endif -#include "wx/metafile.h" +#include "wx/object.h" +#include "wx/string.h" +#include "wx/dc.h" +#include "wx/stubs/metafile.h" #include "wx/clipbrd.h" extern bool wxClipboardIsOpen; @@ -49,7 +52,7 @@ bool wxMetaFile::SetClipboard(int width, int height) bool wxMetaFile::Play(wxDC *dc) { // TODO - return false; + return FALSE; } /*