http://bugs.winehq.org/show_bug.cgi?id=16328
Josselin Bardet namjos@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |namjos@gmail.com
--- Comment #135 from Josselin Bardet namjos@gmail.com 2010-01-02 07:01:55 --- (In reply to comment #130)
The patch fails to compile again on GIT...
The last hunk should be replaced with:
--- a/include/wine/wined3d.idl.orig 2009-12-18 19:56:02.000000000 +0100 +++ b/include/wine/wined3d.idl 2010-01-02 13:56:59.000000000 +0100 @@ -270,6 +270,7 @@ cpp_quote("#define WINED3DFMT_MULTI2_ARGB8 WINEMAKEFOURCC('M', 'E', 'T', '1')") cpp_quote("#define WINED3DFMT_G8R8_G8B8 WINEMAKEFOURCC('G', 'R', 'G', 'B')") cpp_quote("#define WINED3DFMT_R8G8_B8G8 WINEMAKEFOURCC('R', 'G', 'B', 'G')") +cpp_quote("#define WINED3DFMT_INTZ WINEMAKEFOURCC('I', 'N', 'T', 'Z')") /* Vendor specific formats */ cpp_quote("#define WINED3DFMT_ATI2N WINEMAKEFOURCC('A', 'T', 'I', '2')") cpp_quote("#define WINED3DFMT_NVHU WINEMAKEFOURCC('N', 'V', 'H', 'U')")