mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-27 06:22:06 +00:00
parent
94dbb9601e
commit
d64ab70709
2 changed files with 8 additions and 0 deletions
|
@ -32,6 +32,10 @@
|
|||
#include <dsound.h>
|
||||
#include <mmreg.h>
|
||||
|
||||
/* Those two includes are required on Windows 9x/ME */
|
||||
#include <ks.h>
|
||||
#include <ksmedia.h>
|
||||
|
||||
static DWORD WINAPI fluid_dsound_audio_run(LPVOID lpParameter);
|
||||
|
||||
static char *fluid_win32_error(HRESULT hr);
|
||||
|
|
|
@ -29,6 +29,10 @@
|
|||
|
||||
#include <mmreg.h>
|
||||
|
||||
/* Those two includes are required on Windows 9x/ME */
|
||||
#include <ks.h>
|
||||
#include <ksmedia.h>
|
||||
|
||||
/* Number of buffers in the chain */
|
||||
#define NB_SOUND_BUFFERS 4
|
||||
|
||||
|
|
Loading…
Reference in a new issue