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*)

Regards,

Yann Quelen

Reply via email to