Fix a typo in a comment.

This commit is contained in:
Dmitry Timoshkov 2004-02-27 21:24:47 +00:00 committed by Alexandre Julliard
parent 905658c463
commit bd6d7392b7

View file

@ -313,7 +313,7 @@ static LRESULT MCIWND_Create(HWND hWnd, LPCREATESTRUCTW cs)
else
lParam = (LPARAM)cs->lpCreateParams;
/* If it's our internal caption, file name is a unicode string */
/* If it's our internal class pointer, file name is a unicode string */
if (cs->lpszClass == mciWndClassW)
SendMessageW(hWnd, MCIWNDM_OPENW, 0, lParam);
else