mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Explictly use unicode structures
svn path=/trunk/; revision=39739
This commit is contained in:
@@ -39,9 +39,9 @@ typedef struct
|
||||
union
|
||||
{
|
||||
WAVEFORMATEX WaveFormatEx;
|
||||
WAVEOUTCAPS WaveOutCaps;
|
||||
AUXCAPS AuxCaps;
|
||||
WAVEINCAPS WaveInCaps;
|
||||
WAVEOUTCAPSW WaveOutCaps;
|
||||
AUXCAPSW AuxCaps;
|
||||
WAVEINCAPSW WaveInCaps;
|
||||
}u;
|
||||
|
||||
}WDMAUD_DEVICE_INFO, *PWDMAUD_DEVICE_INFO;
|
||||
|
||||
Reference in New Issue
Block a user