From: Julian Smart Date: Tue, 8 Nov 2005 18:11:12 +0000 (+0000) Subject: Force linking of gprint.cpp, otherwise Gnome printing may not work X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/70dec69b0b780f472cf5b993fc2c9a64c227333d Force linking of gprint.cpp, otherwise Gnome printing may not work git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/prntdlgg.cpp b/src/generic/prntdlgg.cpp index 0a3d466337..85303fefbd 100644 --- a/src/generic/prntdlgg.cpp +++ b/src/generic/prntdlgg.cpp @@ -62,6 +62,11 @@ #include #include +#if wxUSE_LIBGNOMEPRINT +#include "wx/html/forcelnk.h" +FORCE_LINK(gnome_print) +#endif + // ---------------------------------------------------------------------------- // global vars // ----------------------------------------------------------------------------