X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34138703c3997ce676a1e713d9ff9eb020640da7..78bd7ed38ccdfdd5f2cf6cf77089046b9e3993b5:/src/stubs/metafile.cpp?ds=sidebyside diff --git a/src/stubs/metafile.cpp b/src/stubs/metafile.cpp index 251c855970..03c29bcb79 100644 --- a/src/stubs/metafile.cpp +++ b/src/stubs/metafile.cpp @@ -52,7 +52,7 @@ bool wxMetaFile::SetClipboard(int width, int height) bool wxMetaFile::Play(wxDC *dc) { // TODO - return false; + return FALSE; } /* @@ -128,7 +128,7 @@ struct mfPLACEABLEHEADER { /* * Pass filename of existing non-placeable metafile, and bounding box. * Adds a placeable metafile header, sets the mapping mode to anisotropic, - * and sets the window origin and extent to mimic the MM_TEXT mapping mode. + * and sets the window origin and extent to mimic the wxMM_TEXT mapping mode. * */