use real_ functions
This commit is contained in:
parent
4385f77b52
commit
526a068a9a
2 changed files with 5 additions and 5 deletions
|
@ -308,7 +308,7 @@ BOOL util_get_lowest_resolution(
|
|||
memset(&m, 0, sizeof(DEVMODE));
|
||||
m.dmSize = sizeof(DEVMODE);
|
||||
|
||||
while (EnumDisplaySettings(NULL, i, &m))
|
||||
while (real_EnumDisplaySettingsA(NULL, i, &m))
|
||||
{
|
||||
if (m.dmPelsWidth >= min_width &&
|
||||
m.dmPelsHeight >= min_height &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue