mirror of
https://github.com/mpv-player/mpv
synced 2025-01-24 16:43:28 +00:00
Mark parameterless function declarations as (void). Fixes the warnings:
loader/wine/msacm.h:693: warning: function declaration isn't a prototype loader/wine/msacm.h:901: warning: function declaration isn't a prototype git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31003 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2c7f1f8156
commit
275efd21b1
@ -690,6 +690,7 @@ typedef WIN_BOOL16 CALLBACK ( *ACMFORMATTAGENUMCB16)(
|
||||
*/
|
||||
|
||||
DWORD WINAPI acmGetVersion16(
|
||||
void
|
||||
);
|
||||
MMRESULT16 WINAPI acmMetrics16(
|
||||
HACMOBJ16 hao, UINT16 uMetric, LPVOID pMetric
|
||||
@ -898,6 +899,7 @@ MMRESULT WINAPI acmFormatTagEnumW(
|
||||
ACMFORMATTAGENUMCBW fnCallback, DWORD dwInstance, DWORD fdwEnum
|
||||
);
|
||||
DWORD WINAPI acmGetVersion(
|
||||
void
|
||||
);
|
||||
MMRESULT WINAPI acmMetrics(
|
||||
HACMOBJ hao, UINT uMetric, LPVOID pMetric
|
||||
|
Loading…
Reference in New Issue
Block a user