define changes for mac from vit6969.

This commit is contained in:
Henrik Rydgård 2013-05-06 23:29:48 +02:00
parent 30802a1120
commit f9ab24cb3d
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ Debug
*.vcxproj.user
android/.settings
local.properties
.DS_Store

View File

@ -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;

View File

@ -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>