mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 17:23:53 +00:00
shell32: Constify a variable.
This commit is contained in:
parent
1ee75382c7
commit
66cd1fd748
@ -307,7 +307,7 @@ static LPSTR SHELL_FindString(LPSTR lpEnv, LPCSTR entry)
|
||||
|
||||
/**********************************************************************/
|
||||
|
||||
SEGPTR WINAPI FindEnvironmentString16(LPSTR str)
|
||||
SEGPTR WINAPI FindEnvironmentString16(LPCSTR str)
|
||||
{ SEGPTR spEnv;
|
||||
LPSTR lpEnv,lpString;
|
||||
TRACE("\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user