I just updated to the cvs version of wine and can't compile anymore. Configure and make depend went fine but make fails with errors in dsound.h: Lines 326-332, 360-367 and many more: stray '' in program. Looks like it doesn't like the continuing macros here. Then there are followup errors because these macros are not ok.
This is usually a problem with DOS CR/LF. Look at the macro definition. You'll find a ^M after the "" which invalidates the continuation char.
Yup, it was that stupid +*รง"&* switch for line endings. Now it works again. Thanks!
bye Fabi