winmm: Constify some variables.

This commit is contained in:
Andrew Talbot 2011-08-22 20:31:51 +01:00 committed by Alexandre Julliard
parent dce81b9465
commit 4aca760126

View file

@ -380,8 +380,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];