mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
glib/: fully remove galias hacks
This commit is contained in:
@@ -49,7 +49,6 @@
|
||||
|
||||
#include "glib.h"
|
||||
#include "gthreadprivate.h"
|
||||
#include "galias.h"
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
#include <process.h> /* For getpid() */
|
||||
@@ -694,7 +693,3 @@ g_random_set_seed (guint32 seed)
|
||||
g_rand_set_seed (global_random, seed);
|
||||
G_UNLOCK (global_random);
|
||||
}
|
||||
|
||||
|
||||
#define __G_RAND_C__
|
||||
#include "galiasdef.c"
|
||||
|
Reference in New Issue
Block a user