mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 17:18:53 +00:00
DolphinWX: Remove HAVE_WX preprocessor define
I think we don't have to double check it when building the WX target.
This commit is contained in:
parent
0baf1c78c0
commit
a917d247ed
6 changed files with 4 additions and 23 deletions
|
@ -13,13 +13,9 @@
|
|||
|
||||
extern char** environ;
|
||||
|
||||
#if defined(HAVE_WX) && HAVE_WX
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
|
||||
#include "DolphinWX/WxUtils.h"
|
||||
#endif
|
||||
|
||||
namespace X11Utils
|
||||
{
|
||||
bool ToggleFullscreen(Display* dpy, Window win)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue