public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Biener <richard.guenther@gmail.com>
To: "İsmail Dönmez" <ismail@donmez.ws>
Cc: "Martin Liška" <mliska@suse.cz>, "GCC Patches" <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH] Fix PR bootstrap/66471
Date: Tue, 09 Jun 2015 13:39:00 -0000	[thread overview]
Message-ID: <CAFiYyc1A-ROZ4qBHZaF5K4TxKZrLYWVKgjxaRY9eNHCCLk_p5w@mail.gmail.com> (raw)
In-Reply-To: <CAJ1KOAh9epZzOJEg=CzAYkonHOx+XWykXih_B0OZd=kgTLSG0Q@mail.gmail.com>

On Tue, Jun 9, 2015 at 3:30 PM, İsmail Dönmez <ismail@donmez.ws> wrote:
> Hi,
>
> On Tue, Jun 9, 2015 at 4:28 PM, Richard Biener
> <richard.guenther@gmail.com> wrote:
>> On Tue, Jun 9, 2015 at 3:11 PM, Martin Liška <mliska@suse.cz> wrote:
>>> Hello.
>>>
>>> Following patch renames an enum values so that they do not clash with a MinGW reserved keyword.
>>
>> Reserved keyword as in a #define?  Thus simply #undef it in system.h?
>
> No, wingdi.h has the following
>
>   typedef struct tagBITMAP {
>     LONG bmType;
>     LONG bmWidth;
>     LONG bmHeight;
>     LONG bmWidthBytes;
>     WORD bmPlanes;
>     WORD bmBitsPixel;
>     LPVOID bmBits;
>   } BITMAP,*PBITMAP,*NPBITMAP,*LPBITMAP;

Hmm. I see.

Patch is ok.

Thanks,
Richard.

      reply	other threads:[~2015-06-09 13:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-09 13:21 Martin Liška
2015-06-09 13:29 ` Richard Biener
2015-06-09 13:35   ` İsmail Dönmez
2015-06-09 13:39     ` Richard Biener [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFiYyc1A-ROZ4qBHZaF5K4TxKZrLYWVKgjxaRY9eNHCCLk_p5w@mail.gmail.com \
    --to=richard.guenther@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=ismail@donmez.ws \
    --cc=mliska@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).