mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Fix compilation of wdmaud.sys
svn path=/trunk/; revision=39726
This commit is contained in:
parent
39deec0a24
commit
dfb4c51505
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ typedef struct _WAVEFORMATEX {
|
|||
WORD wBitsPerSample;
|
||||
WORD cbSize;
|
||||
} WAVEFORMATEX, *PWAVEFORMATEX, *NPWAVEFORMATEX, *LPWAVEFORMATEX;
|
||||
|
||||
typedef const struct _WAVEFORMATEX *LPCWAVEFORMATEX;
|
||||
#endif /* _WAVEFORMATEX_ */
|
||||
|
||||
#ifndef WAVE_FORMAT_PCM
|
||||
|
|
Loading…
Reference in a new issue