mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[WINMM] Constify some variables
Wine commit: 4aca7601265ca76339662aa4e1a9c6669cebc9a0 author: Andrew Talbot <[email protected]> Mon, 22 Aug 2011 19:31:51 +0000 (20:31 +0100) committer: Alexandre Julliard <[email protected]> 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