mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 21:31:48 +00: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
|