[USETUP] Use pointers to const strings where meaningful.

This commit is contained in:
Hermès Bélusca-Maïto 2020-11-04 23:20:03 +01:00
parent 4dc3125450
commit 13dd01b44c
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
4 changed files with 17 additions and 17 deletions

View file

@ -226,7 +226,7 @@ MUIDisplayError(
va_end(arg_ptr);
}
LPSTR
PCSTR
MUIGetString(
ULONG Number)
{