winecfg: Remove bad default setting for logpixels registery.
This commit is contained in:
parent
2d5a89bab0
commit
35f4e95c36
|
@ -245,7 +245,7 @@ static INT read_logpixels_reg(void)
|
|||
{
|
||||
DWORD dwLogPixels;
|
||||
char *buf = get_reg_key(HKEY_LOCAL_MACHINE, logpixels_reg,
|
||||
"LogPixels", (const char *)MAXDPI);
|
||||
"LogPixels", NULL);
|
||||
dwLogPixels = *buf;
|
||||
HeapFree(GetProcessHeap(), 0, buf);
|
||||
return dwLogPixels;
|
||||
|
|
Loading…
Reference in New Issue