mirror of https://github.com/libsdl-org/SDL
Fixed Visual Studio warning 4702
This commit is contained in:
parent
e2f560d4bb
commit
28d687aae0
|
@ -318,8 +318,9 @@ static BOOL WIN_DeclareDPIAwarePerMonitor(_THIS)
|
|||
/* Older OS: fall back to system DPI aware */
|
||||
return WIN_DeclareDPIAwareSystem(_this);
|
||||
}
|
||||
#endif
|
||||
#else
|
||||
return FALSE;
|
||||
#endif
|
||||
}
|
||||
|
||||
static BOOL WIN_DeclareDPIAwarePerMonitorV2(_THIS)
|
||||
|
|
Loading…
Reference in New Issue