#include "wx/dcprint.h"
#ifndef WX_PRECOMP
+ #if defined(__WXMSW__)
+ #include "wx/msw/wrapcdlg.h"
+ #endif // MSW
#include "wx/utils.h"
#include "wx/dc.h"
#include "wx/app.h"
#include "wx/intl.h"
#include "wx/textdlg.h"
#include "wx/sizer.h"
+ #include "wx/module.h"
#endif // !WX_PRECOMP
#include "wx/prntbase.h"
#include "wx/printdlg.h"
#include "wx/print.h"
-#include "wx/module.h"
#include <stdlib.h>
#include <string.h>
#endif
#ifdef __WXMSW__
- #include "wx/msw/wrapcdlg.h"
#ifndef __WIN32__
#include <print.h>
#endif