]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/printdlg.cpp
added test mode to wxLongLongWx which allowed to find the bug in operator*=()
[wxWidgets.git] / src / stubs / printdlg.cpp
index eae3b95568777cc53ac4ed40f4e0f8b6a778cd09..c6438e083cadc2c28ffa81e7b722d54bd1b139f4 100644 (file)
 // Use generic page setup dialog: use your own native one if one exists.
 #include "wx/generic/prntdlgg.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxPrintDialog, wxDialog)
 IMPLEMENT_CLASS(wxPageSetupDialog, wxDialog)
-#endif
 
 wxPrintDialog::wxPrintDialog():
  wxDialog()