]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/printwin.cpp
no changes; just code cleanup in OnEraseBackground()
[wxWidgets.git] / src / msw / printwin.cpp
index cd496d3291d7627229183ab42abadcb3336253c8..dd37d4f050966284b02269132602ad3f39504784 100644 (file)
 // headers
 // ---------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "printwin.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 
 #include <stdlib.h>
 
-#include "wx/msw/private.h"
-
-#include <commdlg.h>
-
+#include "wx/msw/wrapcdlg.h"
 #ifndef __WIN32__
     #include <print.h>
 #endif