winmm: Constify some variables.
This commit is contained in:
parent
dce81b9465
commit
4aca760126
|
@ -380,8 +380,8 @@ static FOURCC MMIO_ParseExtA(LPCSTR szFileName)
|
||||||
FOURCC ret = 0;
|
FOURCC ret = 0;
|
||||||
|
|
||||||
/* Note that ext{Start,End} point to the . and + respectively */
|
/* Note that ext{Start,End} point to the . and + respectively */
|
||||||
LPSTR extEnd;
|
LPCSTR extEnd;
|
||||||
LPSTR extStart;
|
LPCSTR extStart;
|
||||||
|
|
||||||
CHAR ext[5];
|
CHAR ext[5];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue