Module: wine Branch: master Commit: 4a0234e4bf704474de45f01d330d257e40bf547c URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=4a0234e4bf704474de45f01d...
Author: Michael Stefaniuc mstefani@redhat.de Date: Wed Sep 20 23:32:13 2006 +0200
include: Make the return type of mmioSendMessage16 in the function declaration match that of the function definition.
---
include/wine/mmsystem16.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/wine/mmsystem16.h b/include/wine/mmsystem16.h index 0a39b63..a062191 100644 --- a/include/wine/mmsystem16.h +++ b/include/wine/mmsystem16.h @@ -443,7 +443,7 @@ MMRESULT16 WINAPI mmioSetInfo16(HMMIO16 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);