mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 07:08:54 +02:00
Move quark initialization to a constructor
This removes a branch from the very frequently called quark functions.
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
extern GLogLevelFlags g_log_always_fatal;
|
||||
extern GLogLevelFlags g_log_msg_prefix;
|
||||
|
||||
void g_quark_init (void);
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
#include <windows.h>
|
||||
|
||||
|
Reference in New Issue
Block a user