mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +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 <mmsystem.h>
|
||||||
#include <winbase.h>
|
#include <winbase.h>
|
||||||
|
|
||||||
|
/* Maxium drivers */
|
||||||
|
#define MAXWAVEDRIVERS 10
|
||||||
|
|
||||||
#define MAX_MIDIINDRV (16)
|
#define MAX_MIDIINDRV (16)
|
||||||
/* For now I'm making 16 the maximum number of midi devices one can
|
/* 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,
|
* 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);
|
void WINAPI mmTaskYield(void);
|
||||||
HANDLE WINAPI mmGetCurrentTask(void);
|
HANDLE WINAPI mmGetCurrentTask(void);
|
||||||
|
|
||||||
#ifdef __WINESRC__
|
|
||||||
#define WAVE_DIRECTSOUND 0x0080
|
#define WAVE_DIRECTSOUND 0x0080
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <poppack.h>
|
#include <poppack.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue