Allow building of ddraw/ddrawex on mingw. By default the dxguid from mingw is used which doesn't work for us as it is outdated.
Regards, Roderick Colenbrander
Am Sunday 12 August 2007 15:17 schrieb Roderick Colenbrander:
Allow building of ddraw/ddrawex on mingw. By default the dxguid from mingw is used which doesn't work for us as it is outdated.
Regards, Roderick Colenbrander
Can you please name the outdated dxguid and the location where you got the mingw libs.
Thanks Stefan
Hi,
I think I got my mingw from the debian packages. Others also suggested that the dxguid version in mingw was outdated.
Roderick
On Sunday 12 August 2007 22:01, Stefan Leichter wrote:
Am Sunday 12 August 2007 15:17 schrieb Roderick Colenbrander:
Allow building of ddraw/ddrawex on mingw. By default the dxguid from mingw is used which doesn't work for us as it is outdated.
Regards, Roderick Colenbrander
Can you please name the outdated dxguid and the location where you got the mingw libs.
Thanks Stefan
Am Sonntag, 12. August 2007 22:09 schrieb Roderick Colenbrander:
Hi,
I think I got my mingw from the debian packages. Others also suggested that the dxguid version in mingw was outdated.
I don't think mingw's dxguid is outdated. IDirectDraw3 is an internet-explorer internal interface, so I don't think any windows library exports that GUID publically. I am not sure how to deal with it.
Stefan Dösinger stefan@codeweavers.com writes:
I don't think mingw's dxguid is outdated. IDirectDraw3 is an internet-explorer internal interface, so I don't think any windows library exports that GUID publically. I am not sure how to deal with it.
If it's not in the Windows libdxguid it shouldn't be in the Wine one. The GUID can be declared in the C files that need it.