Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 80716 invoked from network); 12 Jul 2006 19:28:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jul 2006 19:28:33 -0000 Received: (qmail 36856 invoked by uid 500); 12 Jul 2006 19:28:32 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 36820 invoked by uid 500); 12 Jul 2006 19:28:32 -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 36809 invoked by uid 99); 12 Jul 2006 19:28:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 12:28:32 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of justin.erenkrantz@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 12:28:31 -0700 Received: by ug-out-1314.google.com with SMTP id m2so346968uge for ; Wed, 12 Jul 2006 12:28:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=UpUFp71Sg4f1pWcMs+afRhKUSbbdvbhMki5XBC7Puwjz+zmAxRWTPl+Vpn/DKcCM8wqZl3+p5NVYHenGWgLi+nQ/C9xAM8juMNE6i0JLsUL/YSnbNgHSsvV2YP9qYFt/uG/YAISzQ5bG4d24PDQ1CITa5EPgkwU6Wdppg7D2Jn4= Received: by 10.67.89.5 with SMTP id r5mr219694ugl; Wed, 12 Jul 2006 12:28:10 -0700 (PDT) Received: by 10.66.220.16 with HTTP; Wed, 12 Jul 2006 12:28:09 -0700 (PDT) Message-ID: <5c902b9e0607121228o6e55bfcel50c3b4898bcfe965@mail.gmail.com> Date: Wed, 12 Jul 2006 12:28:09 -0700 From: "Justin Erenkrantz" Sender: justin.erenkrantz@gmail.com To: "John Mark Vandenberg" Subject: Re: [patch 16/17] win32api omission Cc: dev@apr.apache.org, davi@haxent.com.br In-Reply-To: <20060415014452.604612000@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060415014118.424412000@gmail.com> <20060415014452.604612000@gmail.com> X-Google-Sender-Auth: c1f48e9285a29b56 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 4/14/06, John Mark Vandenberg wrote: > LOGON32_LOGON_NETWORK is not defined in win32api headers. > > threadproc/win32/proc.c: In function `apr_procattr_user_set': > threadproc/win32/proc.c:269: `LOGON32_LOGON_NETWORK' undeclared (first use in this function) My version of mingw has this symbol defined now, so there's no need to apply this patch. Thanks! -- justin