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
This commit is contained in:
Julian Smart
2005-11-08 18:11:12 +00:00
parent af52e1853c
commit 70dec69b0b

View File

@@ -62,6 +62,11 @@
#include <stdlib.h>
#include <string.h>
#if wxUSE_LIBGNOMEPRINT
#include "wx/html/forcelnk.h"
FORCE_LINK(gnome_print)
#endif
// ----------------------------------------------------------------------------
// global vars
// ----------------------------------------------------------------------------