mirror of
https://github.com/reactos/wine.git
synced 2025-02-15 02:18:51 +00:00
The Windows headers don't define the DRV_QUERYDEVICEINTERFACE(SIZE)
macros.
This commit is contained in:
parent
9b0136fbff
commit
d244f6eb4f
@ -27,6 +27,13 @@
|
||||
#define WAVE_FORMAT_96S16 0x00080000 /* 96 kHz, Stereo, 16-bit */
|
||||
#endif
|
||||
|
||||
#ifndef DRV_QUERYDEVICEINTERFACE
|
||||
#define DRV_QUERYDEVICEINTERFACE (DRV_RESERVED + 12)
|
||||
#endif
|
||||
#ifndef DRV_QUERYDEVICEINTERFACESIZE
|
||||
#define DRV_QUERYDEVICEINTERFACESIZE (DRV_RESERVED + 13)
|
||||
#endif
|
||||
|
||||
static const unsigned int win_formats[][4] = {
|
||||
{0, 8000, 8, 1},
|
||||
{0, 8000, 8, 2},
|
||||
|
Loading…
x
Reference in New Issue
Block a user