mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
user/tests: Write-strings warnings fix.
This commit is contained in:
parent
5f2558f506
commit
9a67d452fa
@ -374,7 +374,7 @@ typedef struct
|
||||
} LOGFONT16, *LPLOGFONT16;
|
||||
|
||||
/* get logfont from the registry */
|
||||
static int lffromreg( char *keyname, char *valname, LOGFONTA *plf)
|
||||
static int lffromreg( const char *keyname, const char *valname, LOGFONTA *plf)
|
||||
{
|
||||
HKEY hkey;
|
||||
LOGFONTW lfw;
|
||||
|
Loading…
Reference in New Issue
Block a user