Re: RFC: dsound: Add support for enumerating capture devices through openal, try 4

2009-12-03 Thread Maarten Lankhorst
Hi Ken, Ken Thomases schreef: On Dec 2, 2009, at 12:11 PM, Maarten Lankhorst wrote: This patch doesn't apply, just a rfc email to see if this approach is correct :) +static void *openal_handle = RTLD_DEFAULT; +#ifdef SONAME_LIBOPENAL +char error[128]; +openal_handle =

Re: RFC: dsound: Add support for enumerating capture devices through openal, try 4

2009-12-02 Thread Ken Thomases
On Dec 2, 2009, at 12:11 PM, Maarten Lankhorst wrote: This patch doesn't apply, just a rfc email to see if this approach is correct :) +static void *openal_handle = RTLD_DEFAULT; +#ifdef SONAME_LIBOPENAL +char error[128]; +openal_handle = wine_dlopen(SONAME_LIBOPENAL, RTLD_NOW,