Commit 4aca7601 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

winmm: Constify some variables.

parent dce81b94
...@@ -380,8 +380,8 @@ static FOURCC MMIO_ParseExtA(LPCSTR szFileName) ...@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment