RE: Possible wine bug concerning the case of the DbgHelp.h header filename

2013-06-12 Thread Gregory Turner
> -Original Message- > From: wine-devel-boun...@winehq.org [mailto:wine-devel- > boun...@winehq.org] On Behalf Of Paul Chitescu > Sent: Wednesday, June 12, 2013 2:37 AM > To: wine-devel@winehq.org > Subject: Re: Possible wine bug concerning the case of the DbgHelp.h head

Re: Possible wine bug concerning the case of the DbgHelp.h header filename

2013-06-12 Thread Alan W. Irwin
On 2013-06-12 12:37+0300 Paul Chitescu wrote: Hi! The Platform SDK creates DbgHelp.h however it shouldn't matter for Windows programs as they are case insensitive. The problem here is that MinGW somehow operates case sensitive so raise a bug for that. You are right. So I put together a simp

Re: Possible wine bug concerning the case of the DbgHelp.h header filename

2013-06-12 Thread Paul Chitescu
On Wednesday 12 June 2013 02:49:26 am Alan W. Irwin wrote: > I successfully built the ultra-fast ninja build tool on Wine using the > MinGW g++ compiler. To achieve that success I had to deal with a > small number of issues including > one wine/ninja header name inconsistency which is that DbgHe

Re: Possible wine bug concerning the case of the DbgHelp.h header filename

2013-06-12 Thread Henri Verbeet
On 12 June 2013 01:49, Alan W. Irwin wrote: > I successfully built the ultra-fast ninja build tool on Wine using the > MinGW g++ compiler. To achieve that success I had to deal with a > small number of issues including > one wine/ninja header name inconsistency which is that DbgHelp.h > (#includ

Possible wine bug concerning the case of the DbgHelp.h header filename

2013-06-11 Thread Alan W. Irwin
I successfully built the ultra-fast ninja build tool on Wine using the MinGW g++ compiler. To achieve that success I had to deal with a small number of issues including one wine/ninja header name inconsistency which is that DbgHelp.h (#included by the ninja code) has a lower-case name (dbghelp.h