mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Simplify macro guards for HAVE_XRANDR
This commit is contained in:
parent
29eaf09be4
commit
d4b293e969
7 changed files with 12 additions and 14 deletions
|
@ -11,7 +11,7 @@
|
|||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_XRANDR) && HAVE_XRANDR
|
||||
#ifdef HAVE_XRANDR
|
||||
#include "UICommon/X11Utils.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue