]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/printwin.cpp
1. wxWindow::IsTopLevel() added and documented
[wxWidgets.git] / src / msw / printwin.cpp
index cfd271d228ec8ba011d9c5284f0ee43b194ca431..d09ddc2dd985103ef5f07b58385de4ce5c915091 100644 (file)
 #include "wx/defs.h"
 
 #ifndef WX_PRECOMP
+    #include "wx/window.h"
+    #include "wx/msw/private.h"
     #include "wx/utils.h"
     #include "wx/dc.h"
     #include "wx/app.h"
     #include "wx/msgdlg.h"
+    #include "wx/intl.h"
 #endif
 
 #include "wx/msw/printwin.h"
 #include "wx/dcprint.h"
 #include "wx/printdlg.h"
+#include "wx/log.h"
 #include "wx/msw/private.h"
 
 #include <stdlib.h>
-#include <windows.h>
-#include <commdlg.h>
 
-// Clash with Windows header files
-#ifdef StartDoc
-    #undef StartDoc
-#endif
+#include "wx/msw/private.h"
+
+#include <commdlg.h>
 
 #ifndef __WIN32__
     #include <print.h>