[WINMM] Constify some variables

Wine commit: 4aca7601265ca76339662aa4e1a9c6669cebc9a0

author: Andrew Talbot <andrew.talbot@talbotville.com>
Mon, 22 Aug 2011 19:31:51 +0000 (20:31 +0100)

committer: Alexandre Julliard <julliard@winehq.org>
Tue, 23 Aug 2011 14:53:53 +0000 (16:53 +0200)
This commit is contained in:
Thamatip Chitpong 2023-02-07 00:52:53 +07:00 committed by Victor Perevertkin
parent 940bbd2e02
commit f73ac17e30

View file

@ -366,8 +366,8 @@ static FOURCC MMIO_ParseExtA(LPCSTR szFileName)
FOURCC ret = 0;
/* Note that ext{Start,End} point to the . and + respectively */
LPSTR extEnd;
LPSTR extStart;
LPCSTR extEnd;
LPCSTR extStart;
CHAR ext[5];