mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-04 15:06:25 +00:00
Symbian buildfix
This commit is contained in:
parent
a5d7b32bfe
commit
2aba7e0373
@ -24,6 +24,10 @@
|
||||
|
||||
#undef small
|
||||
|
||||
#ifdef __SYMBIAN32__
|
||||
#define unique_ptr auto_ptr
|
||||
#endif
|
||||
|
||||
struct KeyInput;
|
||||
struct TouchInput;
|
||||
struct AxisInput;
|
||||
|
Loading…
Reference in New Issue
Block a user