mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00:27 +00:00
[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:
parent
940bbd2e02
commit
f73ac17e30
1 changed files with 2 additions and 2 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in a new issue