Wine's implementation of d3dtypes.h does not work with ISO C++

Chris Robinson chris.kcat at gmail.com
Tue May 24 01:54:40 CDT 2011


On Monday, May 23, 2011 12:51:37 PM Daniel Scharrer wrote:
> return ((D3DVALUE [4][4])&_11)[r][c];

Something like this should work:
return ((D3DVALUE(*)[4])&_11)[r][c];



More information about the wine-devel mailing list