mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 05:51:26 +08: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:
committed by
Victor Perevertkin
parent
940bbd2e02
commit
f73ac17e30
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user