summaryrefslogtreecommitdiffstats
path: root/loader/wine/msacm.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/wine/msacm.h')
-rw-r--r--loader/wine/msacm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/loader/wine/msacm.h b/loader/wine/msacm.h
index b76c1095a8..10e87e61a5 100644
--- a/loader/wine/msacm.h
+++ b/loader/wine/msacm.h
@@ -25,7 +25,9 @@ typedef DWORD FOURCC; /* a four character code */
+#if !defined(WAVE_FORMAT_PCM)
#define WAVE_FORMAT_PCM 1
+#endif
/***********************************************************************
* Defines/Enums
@@ -931,7 +933,6 @@ MMRESULT WINAPI acmStreamSize(
MMRESULT WINAPI acmStreamUnprepareHeader(
HACMSTREAM has, PACMSTREAMHEADER pash, DWORD fdwUnprepare
);
-void MSACM_RegisterAllDrivers(void);
#ifdef __cplusplus
} /* extern "C" */