diff --git a/console/console_ext_input.h b/console/console_ext_input.h index 05d908010d..197ac08999 100644 --- a/console/console_ext_input.h +++ b/console/console_ext_input.h @@ -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 diff --git a/msvc/msvc-stdint/stdint.h b/msvc/msvc-stdint/stdint.h index 9d8fe7b0ad..c8b7fe8875 100644 --- a/msvc/msvc-stdint/stdint.h +++ b/msvc/msvc-stdint/stdint.h @@ -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