Re: include: flesh out d3d11.idl (try 2)

2013-01-14 Thread Austin English
On Fri, Jan 11, 2013 at 8:42 PM, Dmitry Timoshkov wrote: > Austin English wrote: > >> >> +/* Forward declarations */ >> > >> > You've copied too much from the PSDK version, better leave it to someone >> > else, and do it step by step when particular functionality gets >> > implemented. >> >> The

Re: include: flesh out d3d11.idl (try 2)

2013-01-12 Thread Henri Verbeet
On 12 January 2013 03:47, Austin English wrote: > The forward declarations are necessary due to the convoluted nature of > the interfaces. My end goal is to add a stub for D3D11CreateDevice, > which fixes http://bugs.winehq.org/show_bug.cgi?id=32520 (so users > don't have to disable d3d11). Howeve

Re: include: flesh out d3d11.idl (try 2)

2013-01-11 Thread Dmitry Timoshkov
Austin English wrote: > >> +/* Forward declarations */ > > > > You've copied too much from the PSDK version, better leave it to someone > > else, and do it step by step when particular functionality gets implemented. > > The forward declarations are necessary due to the convoluted nature of > th

Re: include: flesh out d3d11.idl (try 2)

2013-01-11 Thread Austin English
On Thu, Jan 10, 2013 at 8:18 PM, Dmitry Timoshkov wrote: > Austin English wrote: > >> Try 2: >> Remove L suffixes, C++ comment. > >> +/* Forward declarations */ > > You've copied too much from the PSDK version, better leave it to someone > else, and do it step by step when particular functionalit

Re: include: flesh out d3d11.idl (try 2)

2013-01-10 Thread Dmitry Timoshkov
Austin English wrote: > Try 2: > Remove L suffixes, C++ comment. > +/* Forward declarations */ You've copied too much from the PSDK version, better leave it to someone else, and do it step by step when particular functionality gets implemented. -- Dmitry.