summaryrefslogtreecommitdiff
path: root/modules/printbackends/gtkprintbackendfile.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-20 22:16:25 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-10-20 22:16:59 -0400
commit276535b381b789da2bd697c4bd39f8e08ab488be (patch)
treec0f1b8f0729111805d5088fc313ac0ab855910e7 /modules/printbackends/gtkprintbackendfile.c
parent375432f0b60c5db74d63f8404dba8ac77b600a91 (diff)
downloadgtk+-fix-build-with-glib.tar.gz
Revert "modules: Fix build on Visual Studio"fix-build-with-glib
This reverts commit acd9c12667a021936b30e0fa8f43d3a8c7133cf7. This commit breaks the build with GLib main, we now get complaints about _GLIB_EXTERN being redefined. Maybe it is not needed anymore anyway, since export macros have seen Window-related fixes.
Diffstat (limited to 'modules/printbackends/gtkprintbackendfile.c')
-rw-r--r--modules/printbackends/gtkprintbackendfile.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/printbackends/gtkprintbackendfile.c b/modules/printbackends/gtkprintbackendfile.c
index 0275492f65..739313064b 100644
--- a/modules/printbackends/gtkprintbackendfile.c
+++ b/modules/printbackends/gtkprintbackendfile.c
@@ -103,6 +103,7 @@ static GtkPageSetup * file_printer_get_default_page_size (GtkPrinter
G_DEFINE_DYNAMIC_TYPE(GtkPrintBackendFile, gtk_print_backend_file, GTK_TYPE_PRINT_BACKEND)
+G_MODULE_EXPORT
void
g_io_module_load (GIOModule *module)
{
@@ -116,11 +117,13 @@ g_io_module_load (GIOModule *module)
10);
}
+G_MODULE_EXPORT
void
g_io_module_unload (GIOModule *module)
{
}
+G_MODULE_EXPORT
char **
g_io_module_query (void)
{