]> 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 02f143493733e176755e3c7211ea679508352fe0..704d6244e309514527c36ce0d653bd2e55fd1440 100644 (file)
@@ -62,6 +62,8 @@
 #include <stdlib.h>
 #include <string.h>
 
+#ifndef __WXUNIVERSAL__
+
 #if wxUSE_LIBGNOMEPRINT
     #include "wx/link.h"
     wxFORCE_LINK_MODULE(gnome_print)
@@ -72,6 +74,8 @@
     wxFORCE_LINK_MODULE(gtk_print)
 #endif
 
+#endif // !wxUniv
+
 // ----------------------------------------------------------------------------
 // global vars
 // ----------------------------------------------------------------------------