* fhandler.h (fhandler_pipe::raw_read): Remove __stdcall decoration.

* pipe.cc (fhandler_pipe::raw_read): Ditto.
This commit is contained in:
Christopher Faylor
2008-09-11 04:41:24 +00:00
parent 7b9e380f03
commit e3cbf1cc48
3 changed files with 7 additions and 2 deletions

View File

@ -292,7 +292,7 @@ fhandler_pipe::get_proc_fd_name (char *buf)
return buf;
}
void __stdcall
void
fhandler_pipe::raw_read (void *in_ptr, size_t& in_len)
{
return read_overlapped (in_ptr, in_len);