Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 55279 invoked from network); 8 Jul 2005 09:15:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Jul 2005 09:15:12 -0000 Received: (qmail 86160 invoked by uid 500); 8 Jul 2005 09:15:08 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 86118 invoked by uid 500); 8 Jul 2005 09:15:07 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 86100 invoked by uid 99); 8 Jul 2005 09:15:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2005 02:15:07 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [216.255.199.145] (HELO utopia.in.force-elite.com) (216.255.199.145) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2005 02:15:05 -0700 X-AuthUser: chip@force-elite.com Received: from [10.0.0.41] (10.0.0.41:3317) by utopia.in.force-elite.com with [XMail 1.17 (Linux/Ix86) ESMTP Server] id for from ; Fri, 08 Jul 2005 02:15:02 -0700 Message-ID: <42CE441A.4000801@force-elite.com> Date: Fri, 08 Jul 2005 02:15:06 -0700 From: Paul Querna User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@apr.apache.org Subject: Re: svn commit: r209721 - /apr/apr/trunk/include/arch/win32/apr_arch_networkio.h References: <20050708090824.46397.qmail@minotaur.apache.org> In-Reply-To: <20050708090824.46397.qmail@minotaur.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N mturk@apache.org wrote: >Author: mturk >Date: Fri Jul 8 02:08:21 2005 >New Revision: 209721 > >URL: http://svn.apache.org/viewcvs?rev=209721&view=rev >Log: >Actually implement the multicast on the WIN32. >HAVE_STRUCT_IPMREQ was missing from WIN32 definitions, >so although the multicast.c was added, code was >never compiled in. > > Thanks for working on this. Since the multicast code has been in there for 6 months, and never been compiled, I dont suppose anyone has compiled the newer APR-Util DBD code on windows yet? -Paul