mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-21 17:30:46 +00:00
define changes for mac from vit6969.
This commit is contained in:
parent
30802a1120
commit
f9ab24cb3d
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ Debug
|
||||
*.vcxproj.user
|
||||
android/.settings
|
||||
local.properties
|
||||
.DS_Store
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include "thread/thread.h"
|
||||
#include "thread/prioritizedworkqueue.h"
|
||||
|
||||
#if defined(IOS) || (defined(__APPLE__) && !defined(__MAC_10_7))
|
||||
#if defined(IOS) || defined(MACGNUSTD)
|
||||
#include <tr1/functional>
|
||||
namespace std {
|
||||
using tr1::bind;
|
||||
|
@ -15,7 +15,7 @@ using namespace std;
|
||||
#endif
|
||||
#include <vector>
|
||||
|
||||
#if defined(__SYMBIAN32__) || defined(IOS) || (defined(__APPLE__) && !defined(__MAC_10_7))
|
||||
#if defined(__SYMBIAN32__) || defined(IOS) || defined(MACGNUSTD)
|
||||
#ifndef __SYMBIAN32__
|
||||
#include <tr1/functional>
|
||||
#include <tr1/memory>
|
||||
|
Loading…
x
Reference in New Issue
Block a user