Make the return type of mmioSendMessage16 in the function declaration match that of the function definition.

Michael Stefaniuc mstefani at redhat.de
Wed Sep 20 16:32:13 CDT 2006


---
 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);
-- 
1.4.2


-- 
Michael Stefaniuc               Tel.: +49-711-96437-199
Sr. Network Engineer            Fax.: +49-711-96437-111
Red Hat GmbH                    Email: mstefani at redhat.com
Hauptstaetterstr. 58            http://www.redhat.de/
D-70178 Stuttgart
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060920/47862fba/attachment.pgp


More information about the wine-patches mailing list