mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Fix build derp.
This commit is contained in:
parent
253741ccf5
commit
dc4eaea7b4
@ -277,7 +277,7 @@ static bool gfx_ctx_set_video_mode(
|
|||||||
|
|
||||||
DWORD style;
|
DWORD style;
|
||||||
|
|
||||||
HMONITOR hm_to_use = nullptr;
|
HMONITOR hm_to_use = NULL;
|
||||||
MONITORINFOEX current_mon;
|
MONITORINFOEX current_mon;
|
||||||
|
|
||||||
monitor_info(¤t_mon, &hm_to_use);
|
monitor_info(¤t_mon, &hm_to_use);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user