From f9a9805da93453fd51dd19d50e38fc71d20b89f9 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 28 Nov 2007 00:24:25 +0000 Subject: [PATCH] don't use Gnome printing in wxUniv [backport of r50037 from trunk] git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/prntdlgg.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/generic/prntdlgg.cpp b/src/generic/prntdlgg.cpp index 3270cfddaa..71522a6b46 100644 --- a/src/generic/prntdlgg.cpp +++ b/src/generic/prntdlgg.cpp @@ -62,11 +62,15 @@ #include #include +#ifndef __WXUNIVERSAL__ + #if wxUSE_LIBGNOMEPRINT #include "wx/link.h" wxFORCE_LINK_MODULE(gnome_print) #endif +#endif // !__WXUNIVERSAL__ + // ---------------------------------------------------------------------------- // global vars // ----------------------------------------------------------------------------