RD_ prefix

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1368 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Michael Gernoth 2007-01-04 23:36:13 +00:00
parent 510afcca69
commit 4bbead57bc

View File

@ -290,7 +290,7 @@ alsa_close_out(void)
} }
BOOL BOOL
alsa_format_supported(WAVEFORMATEX * pwfx) alsa_format_supported(RD_WAVEFORMATEX * pwfx)
{ {
#if 0 #if 0
int err; int err;
@ -323,7 +323,7 @@ alsa_format_supported(WAVEFORMATEX * pwfx)
} }
BOOL BOOL
alsa_set_format_out(WAVEFORMATEX * pwfx) alsa_set_format_out(RD_WAVEFORMATEX * pwfx)
{ {
if (!alsa_set_format(out_handle, pwfx)) if (!alsa_set_format(out_handle, pwfx))
return False; return False;
@ -431,7 +431,7 @@ alsa_close_in(void)
} }
BOOL BOOL
alsa_set_format_in(WAVEFORMATEX * pwfx) alsa_set_format_in(RD_WAVEFORMATEX * pwfx)
{ {
int err; int err;