[PATCH 2/2] winealsa: implement GetPropValue and return device path

Nikolay Sivov bunglehead at gmail.com
Tue Nov 18 12:15:16 CST 2014


On 18.11.2014 20:59, Mark Harmstone wrote:
> --- a/dlls/winealsa.drv/Makefile.in
> +++ b/dlls/winealsa.drv/Makefile.in
> @@ -1,5 +1,5 @@
>  MODULE    = winealsa.drv
> -IMPORTS   = uuid ole32 advapi32
> +IMPORTS   = uuid ole32 advapi32 user32
>  DELAYIMPORTS = winmm
>  EXTRALIBS = $(ALSA_LIBS)

If you need this only for wsprintfW() you could try sprintfW() from 
include/wine/unicode.h.



More information about the wine-devel mailing list