Skip to content

Commit 4bb031b

Browse files
committed
environment-proxy-module: Mark plugin functions as exports on Windows
Related: #185 Part-of: <https://gitlab.gnome.org/GNOME/glib-networking/-/merge_requests/250>
1 parent 7247ff9 commit 4bb031b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

proxy/environment/genvironmentproxyresolver.h

+4
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,16 @@
2424
#include <glib-object.h>
2525
#include <gio/gio.h>
2626

27+
#include "visibility.h"
28+
2729
G_BEGIN_DECLS
2830

2931
#define G_TYPE_ENVIRONMENT_PROXY_RESOLVER (g_environment_proxy_resolver_get_type ())
3032

33+
GLIB_NETWORKING_EXPORT
3134
G_DECLARE_FINAL_TYPE (GEnvironmentProxyResolver, g_environment_proxy_resolver, G, ENVIRONMENT_PROXY_RESOLVER, GObject)
3235

36+
GLIB_NETWORKING_EXPORT
3337
void g_environment_proxy_resolver_register (GIOModule *module);
3438

3539
G_END_DECLS

0 commit comments

Comments
 (0)