/////////////////////////////////////////////////////////////////////////////
-// Name: printwin.h
+// Name: wx/msw/printwin.h
// Purpose: wxWindowsPrinter, wxWindowsPrintPreview classes
// Author: Julian Smart
// Modified by:
// Created: 01/02/97
-// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
virtual void DetermineScaling();
protected:
+#if wxUSE_ENH_METAFILE
virtual bool RenderPageIntoBitmap(wxBitmap& bmp, int pageNum);
+#endif
DECLARE_DYNAMIC_CLASS_NO_COPY(wxWindowsPrintPreview)
};