On 04/10/2011 10:43, Yann Quelen wrote: > Hello, > > 2011/10/3 Fabien Chouteau <chout...@adacore.com>: >> Simple implementation of an stdio char device on Windows. >> >> Signed-off-by: Fabien Chouteau <chout...@adacore.com> >> --- >> qemu-char.c | 227 >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- >> 1 files changed, 225 insertions(+), 2 deletions(-) >> > > hStdIn and hStdOut should be declared HANDLE instead of HANDLE* > (in practice it works because HANDLE is just a void*)
That's right. Thank you, -- Fabien Chouteau