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

This commit is contained in:
Andrew Eikum 2011-06-23 13:12:11 -05:00 committed by Alexandre Julliard
parent 79575d33ad
commit a700f9e0fc
4 changed files with 1296 additions and 1261 deletions

View File

@ -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 = \

1292
dlls/winmm/waveform.c Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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;

File diff suppressed because it is too large Load Diff