mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 18:19:49 -06:00
Allow building with Externals/wxWidgets3 on Linux and import
libpng so it can be maintained independently of wxWidgets. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7172 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
2
Externals/wxWidgets3/wx/setup.h
vendored
2
Externals/wxWidgets3/wx/setup.h
vendored
@ -1,4 +1,6 @@
|
||||
#ifdef __APPLE__
|
||||
#define __WXMAC__
|
||||
#define __WXOSX__
|
||||
#include "wx/wxcocoa.h"
|
||||
#elif defined _WIN32
|
||||
#include "wx/wxmsw.h"
|
||||
|
Reference in New Issue
Block a user