Commit 66cd1fd7 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

shell32: Constify a variable.

parent 1ee75382
......@@ -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");
......
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