(platform_win32.c) Cleanups
This commit is contained in:
parent
644d52b6ab
commit
033ab0891c
|
@ -44,14 +44,10 @@ static void frontend_win32_init(void *data)
|
|||
|
||||
if (isDPIAwareProc)
|
||||
{
|
||||
fprintf(stderr, "Is DPI aware...\n");
|
||||
if (!isDPIAwareProc())
|
||||
{
|
||||
if (setDPIAwareProc)
|
||||
{
|
||||
fprintf(stderr, "Set DPI aware.\n");
|
||||
setDPIAwareProc();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue