mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Fix up visibility fallout in module-test
This commit is contained in:
@@ -27,14 +27,16 @@
|
||||
#undef G_DISABLE_ASSERT
|
||||
#undef G_LOG_DOMAIN
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <gmodule.h>
|
||||
#include <string.h>
|
||||
|
||||
gchar* global_state;
|
||||
|
||||
G_MODULE_EXPORT void g_clash_func (void);
|
||||
_GLIB_EXTERN void g_clash_func (void);
|
||||
|
||||
G_MODULE_EXPORT void
|
||||
_GLIB_EXTERN void
|
||||
g_clash_func (void)
|
||||
{
|
||||
global_state = "global clash";
|
||||
|
Reference in New Issue
Block a user