WineHQ:service.cgi: fix winrash option

Robert Reif reif at earthlink.net
Thu Jul 29 22:48:22 CDT 2004


Kevin Koltzau wrote:

>On Thursday 29 July 2004 05:10 am, Ferenc Wagner wrote:
>  
>
>>since I included dsound into winetest you don't seem to
>>publish any more winetest versions on Sourceforge.  Have you
>>got problems compiling the dsound tests?  Can you cope?
>>    
>>
>
>multiple definition of `CLSID_DirectSoundPrivate'
>multiple definition of `DSPROPSETID_DirectSoundDevice'
>
>I don't think I'll have time to check into this at least until next week
>
>
>  
>
These were included in dxguid.lib by me by mistake.  They are not included
in Windows dxguid.lib so I removed them and fixed the code in wine
to define them.  The wine dsound tests will now compile on Windows with
a Microsoft compiler and libraries.

Unfortunately someone must have copied my mistake and placed them in the
mingw dxguid.lib.  So wine's code is now correct for wine and Windows but
mingw's dxguid.lib is causing the problem.  We could revert my patch
or add a mingw check in the code but the proper way is to fix mingw's
dxguid.lib.

I'm sorry the tests are broken.  They have been very helpful to me in 
getting
winmm more compatible and I would really like to see the same thing happen
to dsound.





More information about the wine-devel mailing list