Commit a700f9e0 authored by Andrew Eikum's avatar Andrew Eikum Committed by Alexandre Julliard

winmm: Pull wave and mixer functions into their own source file.

parent 79575d33
......@@ -11,6 +11,7 @@ C_SRCS = \
mmio.c \
playsound.c \
time.c \
waveform.c \
winmm.c
RC_SRCS = \
......
......@@ -150,6 +150,8 @@ const char* WINMM_ErrorToString(MMRESULT error) DECLSPEC_HIDDEN;
void TIME_MMTimeStop(void) DECLSPEC_HIDDEN;
MMRESULT WINMM_CheckCallback(DWORD_PTR dwCallback, DWORD fdwOpen, BOOL mixer);
/* Global variables */
extern CRITICAL_SECTION WINMM_cs DECLSPEC_HIDDEN;
extern HINSTANCE hWinMM32Instance DECLSPEC_HIDDEN;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment