From: Robert Roebling Date: Wed, 5 Sep 2007 19:49:41 +0000 (+0000) Subject: Add force link for GtkPrint modeule (still commented out) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9dac27ad48765b2a54ba4b1d0554a20d21d93353 Add force link for GtkPrint modeule (still commented out) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/prntdlgg.cpp b/src/generic/prntdlgg.cpp index 18e5c56675..110cb87ea3 100644 --- a/src/generic/prntdlgg.cpp +++ b/src/generic/prntdlgg.cpp @@ -67,6 +67,11 @@ wxFORCE_LINK_MODULE(gnome_print) #endif +#if wxUSE_GTKPRINT + // #include "wx/link.h" + // wxFORCE_LINK_MODULE(gtk_print) +#endif + // ---------------------------------------------------------------------------- // global vars // ----------------------------------------------------------------------------