mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +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
|
@ -37,9 +37,6 @@ extern const std::string scm_distributor_str;
|
|||
// Memory leak checks
|
||||
#define CHECK_HEAP_INTEGRITY()
|
||||
|
||||
// Since they are always around on Windows
|
||||
#define HAVE_WX 1
|
||||
|
||||
// Debug definitions
|
||||
#if defined(_DEBUG)
|
||||
#include <crtdbg.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue