mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
wx 2.9 works in 64bit with snow leopard
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4374 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -24,6 +24,10 @@
|
||||
#include <wx/mstream.h>
|
||||
#include <wx/listctrl.h>
|
||||
#include <wx/artprov.h>
|
||||
#if defined(__APPLE__)
|
||||
//id is an objective-c++ type, wx team need to change this
|
||||
#define id toolid
|
||||
#endif
|
||||
#include <wx/aui/aui.h>
|
||||
|
||||
#include "CDUtils.h"
|
||||
|
Reference in New Issue
Block a user