mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
prepare for dsound add MAXWAVEDRIVERS and remove #ifdef _WINESRC_from WAVE_DIRECTSOUND
svn path=/trunk/; revision=18334
This commit is contained in:
parent
20cd7beedc
commit
ac31de9a31
1 changed files with 5 additions and 2 deletions
|
@ -29,6 +29,9 @@
|
|||
#include <mmsystem.h>
|
||||
#include <winbase.h>
|
||||
|
||||
/* Maxium drivers */
|
||||
#define MAXWAVEDRIVERS 10
|
||||
|
||||
#define MAX_MIDIINDRV (16)
|
||||
/* For now I'm making 16 the maximum number of midi devices one can
|
||||
* have. This should be more than enough for everybody. But as a purist,
|
||||
|
@ -459,9 +462,9 @@ BOOL WINAPI mmTaskSignal(HANDLE);
|
|||
void WINAPI mmTaskYield(void);
|
||||
HANDLE WINAPI mmGetCurrentTask(void);
|
||||
|
||||
#ifdef __WINESRC__
|
||||
|
||||
#define WAVE_DIRECTSOUND 0x0080
|
||||
#endif
|
||||
|
||||
|
||||
#include <poppack.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue