mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 12:59:21 +08:00
* dll_init.cc (dll_list::alloc): Fix debugging output.
This commit is contained in:
parent
b7be354a26
commit
49a1613414
@ -1,3 +1,7 @@
|
|||||||
|
Mon Jul 17 22:21:34 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
|
* dll_init.cc (dll_list::alloc): Fix debugging output.
|
||||||
|
|
||||||
Mon Jul 17 14:57:53 2000 Christopher Faylor <cgf@cygnus.com>
|
Mon Jul 17 14:57:53 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
Throughout, eliminate third argument to path_conv and use new PC_*
|
Throughout, eliminate third argument to path_conv and use new PC_*
|
||||||
|
@ -145,7 +145,7 @@ dll_list::alloc (HINSTANCE h, per_process *p, dll_type type)
|
|||||||
if (d == NULL)
|
if (d == NULL)
|
||||||
{ /* Nope. */
|
{ /* Nope. */
|
||||||
#ifdef DEBUGGING
|
#ifdef DEBUGGING
|
||||||
system_printf ("VirtualAlloc failed for %E");
|
system_printf ("VirtualAlloc failed, %E");
|
||||||
#endif
|
#endif
|
||||||
__seterrno ();
|
__seterrno ();
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user