]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/metafile.cpp
SN: Added #pragma implementation needed by GCC - expect more to come
[wxWidgets.git] / src / stubs / metafile.cpp
index a92874b33669dc15650d93c4877886130f9f97ed..4c5d6ac1377617ee3ad7a348cb750af6de9438ad 100644 (file)
 
 extern bool wxClipboardIsOpen;
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxMetaFile, wxObject)
 IMPLEMENT_ABSTRACT_CLASS(wxMetaFileDC, wxDC)
-#endif
 
 wxMetaFile::wxMetaFile(const wxString& file)
 {
@@ -128,7 +126,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.
  *
  */