mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-07 17:54:05 +02:00
Added missing gthread/gthread.def file. Incremented version numbers
in the *.h.win32 files.
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
|
||||
#define GLIB_MAJOR_VERSION 1
|
||||
#define GLIB_MINOR_VERSION 1
|
||||
#define GLIB_MICRO_VERSION 12
|
||||
#define GLIB_MICRO_VERSION 13
|
||||
#define GLIB_INTERFACE_AGE 0
|
||||
#define GLIB_BINARY_AGE 0
|
||||
|
||||
|
@@ -78,7 +78,7 @@ typedef unsigned __int64 guint64;
|
||||
|
||||
#define GLIB_MAJOR_VERSION 1
|
||||
#define GLIB_MINOR_VERSION 1
|
||||
#define GLIB_MICRO_VERSION 12
|
||||
#define GLIB_MICRO_VERSION 13
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define G_HAVE_INLINE 1
|
||||
|
2
gthread/gthread.def
Normal file
2
gthread/gthread.def
Normal file
@@ -0,0 +1,2 @@
|
||||
EXPORTS
|
||||
g_thread_init
|
Reference in New Issue
Block a user