mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 09:28:54 +02:00
Don't define GLIB_COMPILATION in libgthread
This was turning all the GLIB_VARs in the glib headers into dllexports on windows, causing all sort of nastiness. libgthread is mostly empty now anyway, so we don't need any GLIB_COMPILATION like flag.
This commit is contained in:
@@ -36,13 +36,9 @@
|
||||
void
|
||||
g_thread_init (gpointer init)
|
||||
{
|
||||
if (init != NULL)
|
||||
g_warning ("GThread system no longer supports custom thread implementations.");
|
||||
}
|
||||
|
||||
void
|
||||
g_thread_init_with_errorcheck_mutexes (gpointer vtable)
|
||||
{
|
||||
g_assert (vtable == NULL);
|
||||
g_warning ("GThread system no longer supports errorcheck mutexes.");
|
||||
}
|
||||
|
Reference in New Issue
Block a user