[PATCH 3/6] winealsa: Implement IDsCaptureDriverImpl_Open

Tomas Carnecky tom at dbservice.com
Fri Aug 17 10:30:07 CDT 2007


Maarten Lankhorst wrote:
> Sanity check to see if device can be opened or not

Is alloca() not allowed in wine? (asking because you allocate hw_params
on the stack, but it's freed if the function exits, so it's only used
inside this one function).

tom



More information about the wine-devel mailing list