Add xbox 360 target - not complete/working yet

This commit is contained in:
twinaphex
2017-09-14 21:37:09 +02:00
parent ba6ae6d3ce
commit 4ea36c6483
2 changed files with 25 additions and 2 deletions

View File

@@ -38,12 +38,10 @@ typedef uint32_t uint32;
#ifdef __GNUC__
typedef unsigned long long uint64;
typedef long long int64;
#define INLINE inline
#define GINLINE inline
#elif MSVC
typedef __int64 int64;
typedef unsigned __int64 uint64;
#define INLINE __inline
#define GINLINE // Can't declare a function INLINE
// and global in MSVC. Bummer.
#define PSS_STYLE 2 // Does MSVC compile for anything