Re: [PATCH 1/4] mshtml: Get rid of PRBool in nsiface.idl

2012-03-16 Thread Jacek Caban
On 3/15/12 6:45 PM, Henri Verbeet wrote: On 15 March 2012 11:54, Jacek Caban wrote: +typedef unsigned char cpp_bool; +#define bool cpp_bool +cpp_quote("#define PRBool cpp_bool") /* FIXME */ Is there any chance this is going to conflict with bool from stdbool.h? Technically that's C99, and we d

Re: [PATCH 1/4] mshtml: Get rid of PRBool in nsiface.idl

2012-03-15 Thread Henri Verbeet
On 15 March 2012 11:54, Jacek Caban wrote: > > +typedef unsigned char cpp_bool; > +#define bool cpp_bool > +cpp_quote("#define PRBool cpp_bool") /* FIXME */ Is there any chance this is going to conflict with bool from stdbool.h? Technically that's C99, and we don't use C99, but I imagine it could