mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-28 23:06:34 +00:00
9 lines
155 B
C
9 lines
155 B
C
#ifdef __APPLE__
|
|
#define __WXMAC__
|
|
#define __WXOSX__
|
|
#include "wx/wxcocoa.h"
|
|
#elif defined _WIN32
|
|
#include "wx/wxmsw.h"
|
|
#else
|
|
#include "wx/wxgtk.h"
|
|
#endif
|