It compiles properly now, thanks.
--- Robert Reif <[EMAIL PROTECTED]> a écrit :
> Fixed to compile with alsa now.
>
=
Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net)
ICQ #170597259
Say NO to software patents
Dites NON aux brevets logiciels
"What if tomorrow the War could
Fixed to compile with alsa now.
Sylvain Petreolle wrote:
> Hi Robert,
>
> your winmm patch seems to need a winnls.h include to compile (it
> defines CP_ACP.)
device.diff
Description: application/unknown-content-type-diff_auto_file
That's odd. I just did an rm *.o and make again in that directory
and I don't get any errors. The alsa stuff has only been compile
tested because I only have OSS on my system (RH9).
You should notice that I did have to add windows.h to the wave
test program to get it to compile. I tried winnls.h
Hi Robert,
your winmm patch seems to need a winnls.h include to compile (it
defines CP_ACP.)
I actually get :
make[2]: Entre dans le répertoire `/home/wine/dlls/winmm/winealsa'
gcc -c -I. -I. -I../../../include -I../../../include -D__WINESRC__
-D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary
Robert Reif <[EMAIL PROTECTED]> writes:
> Adds support for wave driver name query to alsa and oss and wave tests.
> Adds SetVolume implementation to alsa.
You should use the standard Unicode functions like MultiByteToWideChar
(probably with CP_UNIXCP) to convert the device names.
--
Alexandre J