summaryrefslogtreecommitdiff
path: root/visibility.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix static link on WindowsXavier Claessens2022-10-061-0/+9
When making a static module on Windows, we should not have `dllexport` on g_io_* functions. However, G_MODULE_EXPORT is defined to always have `dllexport` on Windows because it is made for shared modules only. Building both shared and static modules is not supported on Windows. Part-of: <https://gitlab.gnome.org/GNOME/glib-networking/-/merge_requests/223>