mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 22:06:53 +00:00
[USETUP] Use pointers to const strings where meaningful.
This commit is contained in:
parent
4dc3125450
commit
13dd01b44c
4 changed files with 17 additions and 17 deletions
|
@ -226,7 +226,7 @@ MUIDisplayError(
|
|||
va_end(arg_ptr);
|
||||
}
|
||||
|
||||
LPSTR
|
||||
PCSTR
|
||||
MUIGetString(
|
||||
ULONG Number)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue