Revert "Untested attempt at fixing the iOS build (see #6972)"

This reverts commit a84597f266.
This commit is contained in:
TwistedUmbrella 2014-12-05 19:17:54 -05:00
parent 5e9d111c95
commit de3975fc55
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@
#include "Core/Config.h"
#include "UI/GameInfoCache.h"
#if defined(__SYMBIAN32__) || defined(IOS)
#ifdef __SYMBIAN32__
#define unique_ptr auto_ptr
#endif

View file

@ -96,7 +96,7 @@
#include "Common/KeyMap.h"
#endif
#if defined(__SYMBIAN32__) || defined(IOS)
#ifdef __SYMBIAN32__
#define unique_ptr auto_ptr
#endif