On Tue, Jun 9, 2015 at 3:30 PM, İsmail Dönmez <ism...@donmez.ws> wrote: > Hi, > > On Tue, Jun 9, 2015 at 4:28 PM, Richard Biener > <richard.guent...@gmail.com> wrote: >> On Tue, Jun 9, 2015 at 3:11 PM, Martin Liška <mli...@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.