From d778d016b7f5d29ced51225f53b9827cc04bfa8e Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 3 Mar 2000 09:36:32 +0000 Subject: [PATCH] New function that returns the message string for a Win32 error code. 2000-03-04 Tor Lillqvist * gwin32.c (g_win32_error_message): New function that returns the message string for a Win32 error code. * glib.h: Declare it. * glib.def: Export it, plus g_node_copy. * gmodule-win32.c: Call g_win32_error_message() to get the error message strings. * libgplugin_a.c * libgplugin_b.c * gmodule.c: Remove LibMain functions that were needed by LCC, which is not a supported compiler. * testgmodule.c (main): Test for G_MODULE_IMPL == G_MODULE_IMPL_WIN32, not G_OS_WIN32. * gmoduleconf.h.win32: Remove LCC stuff from here, too. --- ChangeLog | 9 +++++++++ ChangeLog.pre-2-0 | 9 +++++++++ ChangeLog.pre-2-10 | 9 +++++++++ ChangeLog.pre-2-12 | 9 +++++++++ ChangeLog.pre-2-2 | 9 +++++++++ ChangeLog.pre-2-4 | 9 +++++++++ ChangeLog.pre-2-6 | 9 +++++++++ ChangeLog.pre-2-8 | 9 +++++++++ 8 files changed, 72 insertions(+) diff --git a/ChangeLog b/ChangeLog index cbe73d84f..416de3894 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-03-04 Tor Lillqvist + + * gwin32.c (g_win32_error_message): New function that returns the + message string for a Win32 error code. + + * glib.h: Declare it. + + * glib.def: Export it, plus g_node_copy. + 2000-03-03 Sebastian Wilhelmi * configure.in: Make the search for pthread_attr_... prototypes diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index cbe73d84f..416de3894 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,12 @@ +2000-03-04 Tor Lillqvist + + * gwin32.c (g_win32_error_message): New function that returns the + message string for a Win32 error code. + + * glib.h: Declare it. + + * glib.def: Export it, plus g_node_copy. + 2000-03-03 Sebastian Wilhelmi * configure.in: Make the search for pthread_attr_... prototypes diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index cbe73d84f..416de3894 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,12 @@ +2000-03-04 Tor Lillqvist + + * gwin32.c (g_win32_error_message): New function that returns the + message string for a Win32 error code. + + * glib.h: Declare it. + + * glib.def: Export it, plus g_node_copy. + 2000-03-03 Sebastian Wilhelmi * configure.in: Make the search for pthread_attr_... prototypes diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index cbe73d84f..416de3894 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,12 @@ +2000-03-04 Tor Lillqvist + + * gwin32.c (g_win32_error_message): New function that returns the + message string for a Win32 error code. + + * glib.h: Declare it. + + * glib.def: Export it, plus g_node_copy. + 2000-03-03 Sebastian Wilhelmi * configure.in: Make the search for pthread_attr_... prototypes diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index cbe73d84f..416de3894 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,12 @@ +2000-03-04 Tor Lillqvist + + * gwin32.c (g_win32_error_message): New function that returns the + message string for a Win32 error code. + + * glib.h: Declare it. + + * glib.def: Export it, plus g_node_copy. + 2000-03-03 Sebastian Wilhelmi * configure.in: Make the search for pthread_attr_... prototypes diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index cbe73d84f..416de3894 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,12 @@ +2000-03-04 Tor Lillqvist + + * gwin32.c (g_win32_error_message): New function that returns the + message string for a Win32 error code. + + * glib.h: Declare it. + + * glib.def: Export it, plus g_node_copy. + 2000-03-03 Sebastian Wilhelmi * configure.in: Make the search for pthread_attr_... prototypes diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index cbe73d84f..416de3894 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,12 @@ +2000-03-04 Tor Lillqvist + + * gwin32.c (g_win32_error_message): New function that returns the + message string for a Win32 error code. + + * glib.h: Declare it. + + * glib.def: Export it, plus g_node_copy. + 2000-03-03 Sebastian Wilhelmi * configure.in: Make the search for pthread_attr_... prototypes diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index cbe73d84f..416de3894 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,12 @@ +2000-03-04 Tor Lillqvist + + * gwin32.c (g_win32_error_message): New function that returns the + message string for a Win32 error code. + + * glib.h: Declare it. + + * glib.def: Export it, plus g_node_copy. + 2000-03-03 Sebastian Wilhelmi * configure.in: Make the search for pthread_attr_... prototypes