mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:25:45 +00:00
- Explictly use unicode structures
svn path=/trunk/; revision=39739
This commit is contained in:
parent
8e3ad1d1df
commit
8f47f51547
1 changed files with 3 additions and 3 deletions
|
@ -39,9 +39,9 @@ typedef struct
|
||||||
union
|
union
|
||||||
{
|
{
|
||||||
WAVEFORMATEX WaveFormatEx;
|
WAVEFORMATEX WaveFormatEx;
|
||||||
WAVEOUTCAPS WaveOutCaps;
|
WAVEOUTCAPSW WaveOutCaps;
|
||||||
AUXCAPS AuxCaps;
|
AUXCAPSW AuxCaps;
|
||||||
WAVEINCAPS WaveInCaps;
|
WAVEINCAPSW WaveInCaps;
|
||||||
}u;
|
}u;
|
||||||
|
|
||||||
}WDMAUD_DEVICE_INFO, *PWDMAUD_DEVICE_INFO;
|
}WDMAUD_DEVICE_INFO, *PWDMAUD_DEVICE_INFO;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue