#pragma hdrstop
#endif
-#include "wx/defs.h"
-
#if wxUSE_PRINTING_ARCHITECTURE
#ifndef WX_PRECOMP
#include "wx/filedlg.h"
#include "wx/choice.h"
#include "wx/combobox.h"
- #include <wx/intl.h>
+ #include "wx/intl.h"
#include "wx/sizer.h"
#endif
// wxWin macros
// ----------------------------------------------------------------------------
-#if !USE_SHARED_LIBRARY
#if wxUSE_POSTSCRIPT
BEGIN_EVENT_TABLE(wxGenericPageSetupDialog, wxDialog)
EVT_BUTTON(wxPRINTID_SETUP, wxGenericPageSetupDialog::OnPrinter)
END_EVENT_TABLE()
-#endif // USE_SHARED_LIBRARY
// ----------------------------------------------------------------------------
// global vars
wxString f = wxFileSelector(_("PostScript file"),
wxPathOnly(wxThePrintSetupData->GetPrinterFile()),
wxFileNameFromPath(wxThePrintSetupData->GetPrinterFile()),
- T("ps"), T("*.ps"), 0, this);
+ wxT("ps"), wxT("*.ps"), 0, this);
if ( f.IsEmpty() )
return;