Blame include/psxtypes/arch/nt64/ntalltypes.h

2184c4
#ifndef MIDIPIX_EXTERNAL_TYPES
2184c4
#include "ntneedall.h"
2184c4
#endif
2184c4
2184c4
#define __NT_MAX_USERSPACE_ADDRESS  	0x000007FFFFFEFFFFull
2184c4
2184c4
#if !defined(__NEED_wchar16_t)
2184c4
#define __NEED_wchar16_t
2184c4
#endif
2184c4
2184c4
#if !defined(__NEED_wchar32_t)
2184c4
#define __NEED_wchar32_t
2184c4
#endif
2184c4
2184c4
2184c4
#if defined(__NEED_wchar16_t) && !defined(__DEFINED_wchar16_t)
2184c4
typedef unsigned short		wchar16_t;
2184c4
#define __DEFINED_wchar16_t
2184c4
#endif
2184c4
2184c4
2184c4
#if defined(__NEED_wchar32_t) && !defined(__DEFINED_wchar32_t)
2184c4
typedef int			wchar32_t;
2184c4
#define __DEFINED_wchar32_t
2184c4
#endif
2184c4
2184c4
2184c4
#if defined(__NEED_size_t) && !defined(__DEFINED_size_t)
2184c4
typedef unsigned long long	size_t;
2184c4
#define __DEFINED_size_t
2184c4
#endif
2184c4
2184c4
#if defined(__NEED_ssize_t) && !defined(__DEFINED_ssize_t)
2184c4
typedef signed   long long	ssize_t;
2184c4
#define __DEFINED_ssize_t
2184c4
#endif
2184c4
2184c4
#if defined(__NEED_ptrdiff_t) && !defined(__DEFINED_ptrdiff_t)
2184c4
typedef signed long long	ptrdiff_t;
2184c4
#define __DEFINED_ptrdiff_t
2184c4
#endif
2184c4
2184c4
#if defined(__NEED_off_t) && !defined(__DEFINED_off_t)
2184c4
typedef signed long long		off_t;
2184c4
#define __DEFINED_off_t
2184c4
#endif
2184c4
2184c4
#if defined(__NEED_int8_t) && !defined(__DEFINED_int8_t)
2184c4
typedef signed char		int8_t;
2184c4
#define __DEFINED_int8_t
2184c4
#endif
2184c4
2184c4
#if defined(__NEED_int16_t) && !defined(__DEFINED_int16_t)
2184c4
typedef short			int16_t;
2184c4
#define __DEFINED_int16_t
2184c4
#endif
2184c4
2184c4
#if defined(__NEED_int32_t) && !defined(__DEFINED_int32_t)
2184c4
typedef int			int32_t;
2184c4
#define __DEFINED_int32_t
2184c4
#endif
2184c4
2184c4
#if defined(__NEED_int64_t) && !defined(__DEFINED_int64_t)
2184c4
typedef long long		int64_t;
2184c4
#define __DEFINED_int64_t
2184c4
#endif
2184c4
2184c4
2184c4
#if defined(__NEED_uint8_t) && !defined(__DEFINED_uint8_t)
2184c4
typedef unsigned char		uint8_t;
2184c4
#define __DEFINED_uint8_t
2184c4
#endif
2184c4
2184c4
#if defined(__NEED_uint16_t) && !defined(__DEFINED_uint16_t)
2184c4
typedef unsigned short		uint16_t;
2184c4
#define __DEFINED_uint16_t
2184c4
#endif
2184c4
2184c4
#if defined(__NEED_uint32_t) && !defined(__DEFINED_uint32_t)
2184c4
typedef unsigned int		uint32_t;
2184c4
#define __DEFINED_uint32_t
2184c4
#endif
2184c4
2184c4
#if defined(__NEED_uint64_t) && !defined(__DEFINED_uint64_t)
2184c4
typedef unsigned long long	uint64_t;
2184c4
#define __DEFINED_uint64_t
2184c4
#endif
2184c4
2184c4
2184c4
#if defined(__NEED___uint16_t) && !defined(__DEFINED___uint16_t)
2184c4
typedef unsigned short		__uint16_t;
2184c4
#define __DEFINED___uint16_t
2184c4
#endif
2184c4
2184c4
#if defined(__NEED___uint32_t) && !defined(__DEFINED___uint32_t)
2184c4
typedef unsigned int		__uint32_t;
2184c4
#define __DEFINED___uint32_t
2184c4
#endif
2184c4
2184c4
#if defined(__NEED___uint64_t) && !defined(__DEFINED___uint64_t)
2184c4
typedef unsigned long long	__uint64_t;
2184c4
#define __DEFINED___uint64_t
2184c4
#endif
2184c4
2184c4
2184c4
#if defined(__NEED_int_fast8_t) && !defined(__DEFINED_int_fast8_t)
2184c4
typedef int8_t			int_fast8_t;
2184c4
#define __DEFINED_int_fast8_t
2184c4
#endif
2184c4
2184c4
#if defined(__NEED_int_fast16_t) && !defined(__DEFINED_int_fast16_t)
2184c4
typedef int			int_fast16_t;
2184c4
#define __DEFINED_int_fast16_t
2184c4
#endif
2184c4
2184c4
#if defined(__NEED_int_fast32_t) && !defined(__DEFINED_int_fast32_t)
2184c4
typedef int			int_fast32_t;
2184c4
#define __DEFINED_int_fast32_t
2184c4
#endif
2184c4
2184c4
#if defined(__NEED_int_fast64_t) && !defined(__DEFINED_int_fast64_t)
2184c4
typedef int64_t			int_fast64_t;
2184c4
#define __DEFINED_int_fast64_t
2184c4
#endif
2184c4
2184c4
2184c4
#if defined(__NEED_uint_fast8_t) && !defined(__DEFINED_uint_fast8_t)
2184c4
typedef unsigned char		uint_fast8_t;
2184c4
#define __DEFINED_uint_fast8_t
2184c4
#endif
2184c4
2184c4
#if defined(__NEED_uint_fast16_t) && !defined(__DEFINED_uint_fast16_t)
2184c4
typedef unsigned int		uint_fast16_t;
2184c4
#define __DEFINED_uint_fast16_t
2184c4
#endif
2184c4
2184c4
#if defined(__NEED_uint_fast32_t) && !defined(__DEFINED_uint_fast32_t)
2184c4
typedef unsigned int		uint_fast32_t;
2184c4
#define __DEFINED_uint_fast32_t
2184c4
#endif
2184c4
2184c4
#if defined(__NEED_uint_fast64_t) && !defined(__DEFINED_uint_fast64_t)
2184c4
typedef uint64_t		uint_fast64_t;
2184c4
#define __DEFINED_uint_fast64_t
2184c4
#endif
2184c4
2184c4
2184c4
#if defined(__NEED_intptr_t) && !defined(__DEFINED_intptr_t)
2184c4
typedef signed long long	intptr_t;
2184c4
#define __DEFINED_intptr_t
2184c4
#endif
2184c4
2184c4
#if defined(__NEED_uintptr_t) && !defined(__DEFINED_uintptr_t)
2184c4
typedef unsigned long long	uintptr_t;
2184c4
#define __DEFINED_uintptr_t
2184c4
#endif
2184c4
2184c4
2184c4
#if defined(__NEED_intmax_t) && !defined(__DEFINED_intmax_t)
2184c4
typedef long long		intmax_t;
2184c4
#define __DEFINED_intmax_t
2184c4
#endif
2184c4
2184c4
#if defined(__NEED_uintmax_t) && !defined(__DEFINED_uintmax_t)
2184c4
typedef unsigned long long	uintmax_t;
2184c4
#define __DEFINED_uintmax_t
2184c4
#endif
2184c4
2184c4
2184c4
#if defined(__NEED_float_t) && !defined(__DEFINED_float_t)
2184c4
typedef float			float_t;
2184c4
#define __DEFINED_float_t
2184c4
#endif
2184c4
2184c4
#if defined(__NEED_double_t) && !defined(__DEFINED_double_t)
2184c4
typedef double			double_t;
2184c4
#define __DEFINED_double_t
2184c4
#endif
8c40a1
8c40a1
typedef __CUSTOM_OR_BUILTIN_va_list__ va_list;