Fix linux build ^^

This commit is contained in:
Xele02 2013-02-04 21:24:01 +01:00
parent d60f685ae8
commit 2a424977c0
2 changed files with 4 additions and 4 deletions

View file

@ -39,13 +39,11 @@
#include "FileUtil.h"
#include "../ext/snappy/snappy-c.h"
#ifndef _MSC_VER
#ifndef __APPLE__
#ifdef ANDROID
namespace std {
using tr1::is_pointer;
}
#endif
#endif
template <class T>
struct LinkedListItem : public T

View file

@ -17,6 +17,8 @@
#pragma once
#include "Common/CommonTypes.h"
class PointerWrap;
void Register_sceCtrl();
@ -45,4 +47,4 @@ void __CtrlSetAnalog(float x, float y);
// For use by internal UI like MsgDialog
u32 __CtrlPeekButtons();
u32 __CtrlReadLatch();
u32 __CtrlReadLatch();