Improve error reporting: When g_module_open() fails, include the name of

2008-09-26  Tor Lillqvist  <tml@novell.com>

	* gmodule-win32.c: Improve error reporting: When g_module_open()
	fails, include the name of the module passed to LoadLibrary() in
	what g_module_error() returns.


svn path=/trunk/; revision=7543
This commit is contained in:
Tor Lillqvist
2008-09-26 09:16:25 +00:00
committed by Tor Lillqvist
parent fc542a462a
commit 30f2323d62
2 changed files with 26 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
2008-09-26 Tor Lillqvist <tml@novell.com>
* gmodule-win32.c: Improve error reporting: When g_module_open()
fails, include the name of the module passed to LoadLibrary() in
what g_module_error() returns.
2008-09-17 Matthias Clasen <mclasen@redhat.com>
* === Released 2.18.1 ===