#include "wx/msgdlg.h"
#include "wx/intl.h"
#include "wx/log.h"
+ #include "wx/dcprint.h"
#endif
#include "wx/palmos/printpalm.h"
-#include "wx/dcprint.h"
#include "wx/printdlg.h"
#include "wx/palmos/private.h"
wxDC* wxPalmPrinter::PrintDialog(wxWindow *parent)
{
- wxDC* dc = (wxDC*) NULL;
+ wxDC* dc = NULL;
return dc;
}
void wxPalmPrintPreview::DetermineScaling()
{
+ // TODO
}
#endif