mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(win32_common.c) Silence warning by casting to DWORD
This commit is contained in:
parent
060ea43100
commit
afd3df7523
@ -2657,7 +2657,7 @@ bool win32_get_video_output(DEVMODE *dm, int mode, size_t len)
|
||||
dm->dmSize = len;
|
||||
if (WIN32_GET_VIDEO_OUTPUT((mode == -1)
|
||||
? ENUM_CURRENT_SETTINGS
|
||||
: mode,
|
||||
: (DWORD)mode,
|
||||
dm) == 0)
|
||||
return false;
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user