mirror of
https://github.com/reactos/reactos.git
synced 2025-04-15 01:47:30 +00:00
- Fix KSP_NODE struct and build
svn path=/trunk/; revision=39642
This commit is contained in:
parent
0fa0461cc6
commit
59cb16455f
2 changed files with 7 additions and 0 deletions
|
@ -1479,6 +1479,9 @@ typedef struct
|
|||
|
||||
typedef struct
|
||||
{
|
||||
KSPROPERTY Property;
|
||||
ULONG NodeId;
|
||||
ULONG Reserved;
|
||||
} KSP_NODE, *PKSP_NODE;
|
||||
|
||||
typedef struct
|
||||
|
|
|
@ -197,7 +197,11 @@ extern "C" {
|
|||
#define WAVE_FORMAT_96S08 131072
|
||||
#define WAVE_FORMAT_96M16 262144
|
||||
#define WAVE_FORMAT_96S16 524288
|
||||
|
||||
#ifndef WAVE_FORMAT_PCM
|
||||
#define WAVE_FORMAT_PCM 1
|
||||
#endif
|
||||
|
||||
#define MIDIERR_UNPREPARED MIDIERR_BASE
|
||||
#define MIDIERR_STILLPLAYING (MIDIERR_BASE+1)
|
||||
#define MIDIERR_NOMAP (MIDIERR_BASE+2)
|
||||
|
|
Loading…
Reference in a new issue