Pedro Alves wrote:
Hi all,
While porting gdbserver I stumbled on yet again having to provide
write and read functions
as wrappers around ReadFile and WriteFile.
This is about the fourth time I do in a short period, so, I've put
those functions
in libmingwex.a (*), to make this the last time.
I'll port the profiling stuff to this; I'm already mostly through its
revised build (as we agreed).
Danny
On Sun, 2006-11-12 at 12:51 +, Pedro Alves wrote:
> Hi all,
>
> While porting gdbserver I stumbled on yet again having to provide write
> and read functions
> as wrappers around
Hi all,
While porting gdbserver I stumbled on yet again having to provide write
and read functions
as wrappers around ReadFile and WriteFile.
This is about the fourth time I do in a short period, so, I've put those
functions
in libmingwex.a (*), to make this the last time. While I was at it, I