Re: mmsystem 16bit questions

2013-02-15 Thread Alexandre Julliard
writes: > I believe: > - SEGPTR should be used everywhere the .spec says; > - (DWORD_PTR) cast then becomes obsolete. > Shall I submit a patch? Yes, SEGPTR would be preferable. > Furthermore, how to perform a 16bit NULL pointer check? > waveInUnPrepareHeader16 uses: > LPWAVEHDR

mmsystem 16bit questions

2013-02-15 Thread Joerg-Cyril.Hoehle
Hi, I noticed some dubious differences among winmm16 functions. I believe there should be none, but perhaps I'm missing some 16bit idiosyncrasies? Please compare waveOutPrepareHeader16, Unprepare16 and waveOutWrite16: http://source.winehq.org/source/dlls/mmsystem.dll16/mmsystem.c#L1287 UINT16 WI