mmsystem: Fix its vs it's typo.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ccce887eb2
commit
515065f6ce
|
@ -1694,7 +1694,7 @@ DWORD WINAPI waveInMessage16(HWAVEIN16 hWaveIn, UINT16 uMessage,
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* mmTaskCreate [MMSYSTEM.900]
|
* mmTaskCreate [MMSYSTEM.900]
|
||||||
*
|
*
|
||||||
* Creates a 16 bit MM task. It's entry point is lpFunc, and it should be
|
* Creates a 16 bit MM task. Its entry point is lpFunc, and it should be
|
||||||
* called upon creation with dwPmt as parameter.
|
* called upon creation with dwPmt as parameter.
|
||||||
*/
|
*/
|
||||||
HINSTANCE16 WINAPI mmTaskCreate16(SEGPTR spProc, HINSTANCE16 *lphMmTask, DWORD dwPmt)
|
HINSTANCE16 WINAPI mmTaskCreate16(SEGPTR spProc, HINSTANCE16 *lphMmTask, DWORD dwPmt)
|
||||||
|
|
Loading…
Reference in New Issue