(very) small changes for Windows compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1144,7 +1144,7 @@ void wxLayoutPrintout::GetPageInfo(int *minPage, int *maxPage, int *selPageFrom,
|
||||
{
|
||||
// ugly hack to get number of pages
|
||||
#ifdef __WXMSW__
|
||||
wxPrinterDC psdc(WXLLIST_TEMPFILE,false);
|
||||
wxPrinterDC psdc("", "", WXLLIST_TEMPFILE,false);
|
||||
#else
|
||||
wxPostScriptDC psdc(WXLLIST_TEMPFILE,false);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user