]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/prntdlgg.cpp
added wxArtProvider::GetMessageBoxIcon() to avoid duplicating the same code in generi...
[wxWidgets.git] / src / generic / prntdlgg.cpp
index 110cb87ea399fd584a286248f641edb0ee07e1ee..704d6244e309514527c36ce0d653bd2e55fd1440 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 
+#ifndef __WXUNIVERSAL__
+
 #if wxUSE_LIBGNOMEPRINT
     #include "wx/link.h"
     wxFORCE_LINK_MODULE(gnome_print)
 #endif
 
 #if wxUSE_GTKPRINT
-    // #include "wx/link.h"
-    // wxFORCE_LINK_MODULE(gtk_print)
+    #include "wx/link.h"
+    wxFORCE_LINK_MODULE(gtk_print)
 #endif
 
+#endif // !wxUniv
+
 // ----------------------------------------------------------------------------
 // global vars
 // ----------------------------------------------------------------------------