On 2 Aug 2002 [EMAIL PROTECTED] wrote: > +#ifdef WIN32 > + SOCKET fd; > +#else > int fd; > +#endif
That's what apr_os_sock_t is for. Please use it instead of the ifdefs. --Cliff
On 2 Aug 2002 [EMAIL PROTECTED] wrote: > +#ifdef WIN32 > + SOCKET fd; > +#else > int fd; > +#endif
That's what apr_os_sock_t is for. Please use it instead of the ifdefs. --Cliff