]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/dcpsg.cpp
buttons now become default when they have focus
[wxWidgets.git] / src / generic / dcpsg.cpp
index 291946a96e5e777a0b4ea5e5d054a02bb4e1c93c..880a6a10aa45ece28d4bff0f6aa38b0c4b7c035d 100644 (file)
@@ -25,6 +25,8 @@
     #include "wx/defs.h"
 #endif // WX_PRECOMP
 
     #include "wx/defs.h"
 #endif // WX_PRECOMP
 
+#if wxUSE_PRINTING_ARCHITECTURE
+
 #if wxUSE_POSTSCRIPT
 
 #include "wx/dcmemory.h"
 #if wxUSE_POSTSCRIPT
 
 #include "wx/dcmemory.h"
@@ -2267,3 +2269,6 @@ void wxPostScriptModule::OnExit()
 
 #endif
   // wxUSE_POSTSCRIPT
 
 #endif
   // wxUSE_POSTSCRIPT
+
+#endif 
+  // wxUSE_PRINTING_ARCHITECTURE
\ No newline at end of file