From 3e9ad980bbc6fec64bbd5f3a2df3feb721d4fe79 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 17 Jan 1999 11:11:39 +0000 Subject: [PATCH] Added missing gthread/gthread.def file. Incremented version numbers in the *.h.win32 files. --- config.h.win32 | 2 +- glibconfig.h.win32 | 2 +- gthread/gthread.def | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 gthread/gthread.def diff --git a/config.h.win32 b/config.h.win32 index 6fc30a5..2823851 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -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 diff --git a/glibconfig.h.win32 b/glibconfig.h.win32 index 5ecf82f..bf7e699 100644 --- a/glibconfig.h.win32 +++ b/glibconfig.h.win32 @@ -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 diff --git a/gthread/gthread.def b/gthread/gthread.def new file mode 100644 index 0000000..3622c35 --- /dev/null +++ b/gthread/gthread.def @@ -0,0 +1,2 @@ +EXPORTS + g_thread_init -- 2.7.4