Re: Remove cpp_quote hackery from wined3d.idl

2009-12-28 Thread Gerald Pfeifer
On Thu, 24 Dec 2009, Henri Verbeet wrote: >> Done thusly.  We just need to move WINEMAKEFOURCC to a local header, >> the rest of the cpp_quote can go and we lose a couple of dozen warning >> messages (rightfully) issued by GCC 4.5 snapshots. > I already sent pretty much the same patch, > http://sou

Re: Remove cpp_quote hackery from wined3d.idl

2009-12-28 Thread Henri Verbeet
2009/12/28 Gerald Pfeifer : > In dlls/wined3d/directx.c we have the following where I wonder whether > you may want to add this to the enum as well? > >        case WINEMAKEFOURCC('I','N','S','T'): >            TRACE("ATI Instancing check hack\n"); >            if (gl_info->supported[ARB_VERTEX_PRO

Re: Remove cpp_quote hackery from wined3d.idl (was: tools/widl: Split expr_int_const off from expr)

2009-12-24 Thread Henri Verbeet
2009/12/24 Gerald Pfeifer : > On Mon, 21 Dec 2009, Henri Verbeet wrote: >>> How shall we best tackle this? >> At least for the wined3d ones, we might as well just add them to the >> enum, the macros aren't strictly necessary. > > Done thusly.  We just need to move WINEMAKEFOURCC to a local header,