From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22768 invoked by alias); 3 Sep 2012 16:06:53 -0000 Received: (qmail 22748 invoked by uid 22791); 3 Sep 2012 16:06:51 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from smtpout.karoo.kcom.com (HELO smtpout.karoo.kcom.com) (212.50.160.34) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 03 Sep 2012 16:06:16 +0000 Received: from 213-152-38-55.dsl.eclipse.net.uk (HELO [192.168.1.103]) ([213.152.38.55]) by smtpout.karoo.kcom.com with ESMTP; 03 Sep 2012 17:05:38 +0100 Message-ID: <5044D555.3090907@dronecode.org.uk> Date: Mon, 03 Sep 2012 16:06:00 -0000 From: Jon TURNEY User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: cygwin-apps@cygwin.com Subject: Re: [ITA] w32api-3.0b_svn5368-1 References: <50275206.9010607@users.sourceforge.net> <5029BD45.90107@users.sourceforge.net> <20120814071835.GA5034@calimero.vinschen.de> <20120814072938.GA13181@calimero.vinschen.de> <20120814073403.GB13181@calimero.vinschen.de> <20120814075611.GC13181@calimero.vinschen.de> <50322A61.1050806@users.sourceforge.net> <20120903103453.GA4951@calimero.vinschen.de> <50448ECD.9020008@users.sourceforge.net> <5044D3DA.4050004@dronecode.org.uk> In-Reply-To: <5044D3DA.4050004@dronecode.org.uk> Content-Type: multipart/mixed; boundary="------------070000070004030304030208" Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com X-SW-Source: 2012-09/txt/msg00014.txt.bz2 This is a multi-part message in MIME format. --------------070000070004030304030208 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Content-length: 193 On 03/09/2012 16:59, Jon TURNEY wrote: > So, how about the attached (minimal) change? (where NOBOOLTYPE is named > whatever you think is appropriate) This time with correct patch attached... --------------070000070004030304030208 Content-Type: text/plain; charset=windows-1252; name="windef.h.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="windef.h.patch" Content-length: 420 --- windef.h.bak 2012-09-03 16:54:05.156250000 +0100 +++ windef.h 2012-09-03 17:03:49.359375000 +0100 @@ -103,7 +103,7 @@ typedef int WINBOOL; #pragma push_macro("BOOL") #undef BOOL -#if !defined(__OBJC__) && !defined(__OBJC_BOOL) && !defined(__objc_INCLUDE_GNU) && !defined(NOBOOLTYPE) +#if !defined(__OBJC__) && !defined(__OBJC_BOOL) && !defined(__objc_INCLUDE_GNU) typedef int BOOL; #endif #define BOOL WINBOOL --------------070000070004030304030208--