Re: Win32 IO Warnings

2002-01-14 Thread Melvin Smith
At 06:21 PM 1/13/2002 -0500, Michel Lambert wrote: >Trying to track down various MSVC warnings that I'm getting, but I'm stuck >about what to do, for this one: > >In win32, PIOHANDLE is typedef'ed as HANDLE. Please disregard this code, I've just submitted those as stubs and will be cleaning those

Win32 IO Warnings

2002-01-14 Thread Michel Lambert
Trying to track down various MSVC warnings that I'm getting, but I'm stuck about what to do, for this one: In win32, PIOHANDLE is typedef'ed as HANDLE. In the windows API, GetStdHandle returns a HANDLE, (used in io_win32) open returns an int, (not used in parrot, but the MSDN examples show it us