winmm: Pull wave and mixer functions into their own source file.
This commit is contained in:
parent
79575d33ad
commit
a700f9e0fc
|
@ -11,6 +11,7 @@ C_SRCS = \
|
||||||
mmio.c \
|
mmio.c \
|
||||||
playsound.c \
|
playsound.c \
|
||||||
time.c \
|
time.c \
|
||||||
|
waveform.c \
|
||||||
winmm.c
|
winmm.c
|
||||||
|
|
||||||
RC_SRCS = \
|
RC_SRCS = \
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -150,6 +150,8 @@ const char* WINMM_ErrorToString(MMRESULT error) DECLSPEC_HIDDEN;
|
||||||
|
|
||||||
void TIME_MMTimeStop(void) DECLSPEC_HIDDEN;
|
void TIME_MMTimeStop(void) DECLSPEC_HIDDEN;
|
||||||
|
|
||||||
|
MMRESULT WINMM_CheckCallback(DWORD_PTR dwCallback, DWORD fdwOpen, BOOL mixer);
|
||||||
|
|
||||||
/* Global variables */
|
/* Global variables */
|
||||||
extern CRITICAL_SECTION WINMM_cs DECLSPEC_HIDDEN;
|
extern CRITICAL_SECTION WINMM_cs DECLSPEC_HIDDEN;
|
||||||
extern HINSTANCE hWinMM32Instance DECLSPEC_HIDDEN;
|
extern HINSTANCE hWinMM32Instance DECLSPEC_HIDDEN;
|
||||||
|
|
1262
dlls/winmm/winmm.c
1262
dlls/winmm/winmm.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue