Re: [Mingw-w64-public] [PATCH] Add missing D3D11_CS_* variables

2017-01-23 Thread Ismail Donmez
Thanks a lot! Next time I'll send IDL patches to Wine first. Cheers, ismail On Mon, Jan 23, 2017 at 3:25 PM, Jacek Caban wrote: > Hi Ismail, > > On 20.01.2017 10:14, Ismail Donmez wrote: >> ping? >> >> On Thu, Jan 12, 2017 at 10:14 AM, Ismail Donmez wrote: >>> Attached patch adds the missing D

Re: [Mingw-w64-public] [PATCH] Add missing D3D11_CS_* variables

2017-01-23 Thread Jacek Caban
Hi Ismail, On 20.01.2017 10:14, Ismail Donmez wrote: > ping? > > On Thu, Jan 12, 2017 at 10:14 AM, Ismail Donmez wrote: >> Attached patch adds the missing D3D11_CS_* variables to d3d11.h, these >> are needed to compile the angle [0] project. >> >> [0] https://github.com/google/angle >> >> Regards