On Thu, Sep 05, 2002 at 04:01:17PM -0400, Cliff Woolley wrote:
> On Fri, 6 Sep 2002, INOUE Seiichiro wrote:
> 
> > It looks apr_os_thread_get() is wrong on Win32.
> > The types don't match.
> 
> I fail to see the problem?  apr_os_thread_get returns an apr_os_thread_t,
> not an apr_thread_t.

It looks like there's a pointer mismatch, no? It'll work as long
as you pass in a pointer to a HANDLE though, even if the types
are quite right.

-aaron

Reply via email to