1.3.15-1: small bug in win32/mmsystem.h waveOutOpen prototype

Danny Smith danny_r_smith_2001@yahoo.co.nz
Sun Nov 10 12:27:00 GMT 2002


heiko wrote:
> It should be
> MMRESULT WINAPI waveOutOpen
> (LPHWAVEOUT,UINT,LPCWAVEFORMATEX,PDWORD,PDWORD,DWORD);

No it shouldn't.  DWORD_PTR != PDWORD.

This is what I see in documentation:

MMRESULT WINAPI
waveOutOpen(LPHWAVEOUT,UINT_PTR,LPWAVEFORMATEX,DWORD_PTR,DWORD_PTR,DWORD);

the DWORD_PTR and UNIT_PTR are new typedefs for win64-win32 compatability

Danny
Danny

http://careers.yahoo.com.au - Yahoo! Careers
- 1,000's of jobs waiting online for you!

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list