Mercurial > mplayer.hg
changeset 30961:90e5e4e817d1
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
author | diego |
---|---|
date | Sun, 04 Apr 2010 16:21:07 +0000 |
parents | 7eda1e1ca6f1 |
children | 1987b39652f6 |
files | loader/wine/msacm.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/wine/msacm.h Sun Apr 04 16:15:38 2010 +0000 +++ b/loader/wine/msacm.h Sun Apr 04 16:21:07 2010 +0000 @@ -690,6 +690,7 @@ */ DWORD WINAPI acmGetVersion16( + void ); MMRESULT16 WINAPI acmMetrics16( HACMOBJ16 hao, UINT16 uMetric, LPVOID pMetric @@ -898,6 +899,7 @@ ACMFORMATTAGENUMCBW fnCallback, DWORD dwInstance, DWORD fdwEnum ); DWORD WINAPI acmGetVersion( + void ); MMRESULT WINAPI acmMetrics( HACMOBJ hao, UINT uMetric, LPVOID pMetric