]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/prntbase.cpp
Accidently checked for invalid image index rather than using the mask.
[wxWidgets.git] / src / common / prntbase.cpp
index eb1b10958326cfa944d4adf1c4c53f7a4427d202..a06698ac58686a2f254858b0a176bbcd6b34c295 100644 (file)
@@ -21,6 +21,9 @@
 #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"
@@ -54,7 +57,6 @@
 #endif
 
 #ifdef __WXMSW__
-    #include "wx/msw/wrapcdlg.h"
     #ifndef __WIN32__
         #include <print.h>
     #endif