(Xbox 1) Add _XBOX define rule for custom stdint.h

This commit is contained in:
TwinAphex51224 2012-06-24 23:19:30 +02:00
parent 38abfd9ed1
commit fd31071451
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ enum ps3_device_id
RARCH_LAST_PLATFORM_KEY
};
#elif defined(_XBOX)
#elif defined(_XBOX360)
#include "../360/xdk360_input.h"
enum xdk360_device_id

View File

@ -221,7 +221,7 @@ typedef uint64_t uintmax_t;
// 7.18.4 Limits of other integer types
#if !defined(__cplusplus) || defined(__STDC_CONSTANT_MACROS) // [ See footnote 224 at page 260
#if !defined(__cplusplus) || defined(__STDC_CONSTANT_MACROS) || defined(_XBOX1) // [ See footnote 224 at page 260
// 7.18.4.1 Macros for minimum-width integer constants