From 4a0234e4bf704474de45f01d330d257e40bf547c Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Wed, 20 Sep 2006 23:32:13 +0200 Subject: [PATCH] include: Make the return type of mmioSendMessage16 in the function declaration match that of the function definition. --- include/wine/mmsystem16.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wine/mmsystem16.h b/include/wine/mmsystem16.h index 0a39b63ea74..a062191ba26 100644 --- a/include/wine/mmsystem16.h +++ b/include/wine/mmsystem16.h @@ -443,7 +443,7 @@ MMRESULT16 WINAPI mmioSetInfo16(HMMIO16,const MMIOINFO16*,UINT16); UINT16 WINAPI mmioSetBuffer16(HMMIO16,LPSTR,LONG,UINT16); UINT16 WINAPI mmioFlush16(HMMIO16,UINT16); UINT16 WINAPI mmioAdvance16(HMMIO16,MMIOINFO16*,UINT16); -LONG WINAPI mmioSendMessage16(HMMIO16,UINT16,LPARAM,LPARAM); +LRESULT WINAPI mmioSendMessage16(HMMIO16,UINT16,LPARAM,LPARAM); UINT16 WINAPI mmioDescend16(HMMIO16,MMCKINFO*,const MMCKINFO*,UINT16); UINT16 WINAPI mmioAscend16(HMMIO16,MMCKINFO*,UINT16); UINT16 WINAPI mmioCreateChunk16(HMMIO16,MMCKINFO*,UINT16);