mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
Added missing gthread/gthread.def file. Incremented version numbers
in the *.h.win32 files.
This commit is contained in:
parent
5f52b321cc
commit
3e9ad980bb
@ -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
|
Loading…
x
Reference in New Issue
Block a user