mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-14 18:19:12 +01:00
6 lines
121 B
C
6 lines
121 B
C
|
#ifdef __WXMAC_CLASSIC__
|
||
|
#include "wx/osx/classic/private/print.h"
|
||
|
#else
|
||
|
#include "wx/osx/carbon/private/print.h"
|
||
|
#endif
|