X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11e59d47c05f2303ccfc07625b726ac7cb821881..29281095c4959cbadfcc66efccf679c6c25c7dc7:/src/os2/print.cpp diff --git a/src/os2/print.cpp b/src/os2/print.cpp index 7125a6a8f1..9073078b2b 100644 --- a/src/os2/print.cpp +++ b/src/os2/print.cpp @@ -19,14 +19,13 @@ #include "wx/app.h" #endif +#if wxUSE_PRINTING_ARCHITECTURE #include "wx/os2/print.h" #include "wx/generic/prntdlgg.h" -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxPrinter, wxPrinterBase) IMPLEMENT_CLASS(wxPrintPreview, wxPrintPreviewBase) -#endif /* * Printer @@ -96,3 +95,4 @@ void wxPrintPreview::DetermineScaling() // TODO } +#endif //wxUSE_PRINTING_ARCHITECTURE