X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2bda0e173844e8e0f8acf4e8ad8b5c26e5c6fe5d..abacc20c32bc8a1c85563793e760c48b6923f22c:/src/msw/printdlg.cpp diff --git a/src/msw/printdlg.cpp b/src/msw/printdlg.cpp index 0bc12eff29..c48762e3c2 100644 --- a/src/msw/printdlg.cpp +++ b/src/msw/printdlg.cpp @@ -14,10 +14,9 @@ #endif // For compilers that support precompilation, includes "wx.h". -#define IN_WX_MAIN_CPP #include "wx/wxprec.h" -#if defined(__BORLANDC__) +#ifdef __BORLANDC__ #pragma hdrstop #endif @@ -79,7 +78,7 @@ bool wxPrintDialog::Create(wxWindow *p, wxPrintData* data) if ( data ) printData = *data; -#ifdef __WINDOWS__ +#ifdef __WXMSW__ printData.SetOwnerWindow(p); #endif