Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20021110202714.35761.qmail@web21406.mail.yahoo.com> Date: Mon, 11 Nov 2002 07:27:14 +1100 (EST) From: =?iso-8859-1?q?Danny=20Smith?= Subject: Re:1.3.15-1: small bug in win32/mmsystem.h waveOutOpen prototype To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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/