mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 03:48:30 +00:00
[CONUTILS] Use const string pointers for strings that are not modified by the functions.
This commit is contained in:
parent
dff2d58693
commit
4aaf54e0a4
7 changed files with 60 additions and 46 deletions
|
@ -133,7 +133,7 @@ K32LoadStringExW(
|
|||
/*
|
||||
* If nBufferMax == 0, then return a read-only pointer
|
||||
* to the resource itself in lpBuffer it is assumed that
|
||||
* lpBuffer is actually a (LPWSTR *).
|
||||
* lpBuffer is actually a (LPWSTR*).
|
||||
*/
|
||||
if (nBufferMax == 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue