Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 50459 invoked from network); 22 Nov 2008 01:22:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Nov 2008 01:22:46 -0000 Received: (qmail 79238 invoked by uid 500); 22 Nov 2008 01:22:55 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 79226 invoked by uid 500); 22 Nov 2008 01:22:55 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 79213 invoked by uid 99); 22 Nov 2008 01:22:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Nov 2008 17:22:55 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Nov 2008 01:21:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 94956238896B; Fri, 21 Nov 2008 17:22:25 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r719778 - /apr/apr/trunk/include/apr.hw Date: Sat, 22 Nov 2008 01:22:25 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081122012225.94956238896B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Fri Nov 21 17:22:25 2008 New Revision: 719778 URL: http://svn.apache.org/viewvc?rev=719778&view=rev Log: always include ws2 headers before attempting to pick up winsock (in fact, that later include is a no-op, but this patch is only trying to ensure we have all of the ws2 defs and none of the headaches.) Modified: apr/apr/trunk/include/apr.hw Modified: apr/apr/trunk/include/apr.hw URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr.hw?rev=719778&r1=719777&r2=719778&view=diff ============================================================================== --- apr/apr/trunk/include/apr.hw (original) +++ apr/apr/trunk/include/apr.hw Fri Nov 21 17:22:25 2008 @@ -98,8 +98,8 @@ #define SW_HIDE 0 #ifndef _WIN32_WCE #include -#include #include +#include #include #else #include