From 0c93df4ec9c3da2b90e6d1eb307d99ec630e40df Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 21 Oct 2015 23:18:28 -0400 Subject: [PATCH] Use new `stdtypes.h` header added from commit 485613e. --- Source/RSP/Types.h | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/Source/RSP/Types.h b/Source/RSP/Types.h index 16e8af390..deaa101f0 100644 --- a/Source/RSP/Types.h +++ b/Source/RSP/Types.h @@ -27,23 +27,7 @@ #ifndef __Types_h #define __Types_h -/* - * Some versions of Microsoft Visual C/++ compilers before Visual Studio 2010 - * have removed in favor of these nonstandard built-in types: - */ -#if defined(_MSC_VER) && (_MSC_VER < 1600) -typedef signed __int8 int8_t; -typedef signed __int16 int16_t; -typedef signed __int32 int32_t; -typedef signed __int64 int64_t; - -typedef unsigned __int8 uint8_t; -typedef unsigned __int16 uint16_t; -typedef unsigned __int32 uint32_t; -typedef unsigned __int64 uint64_t; -#else -#include -#endif +#include /* * pointer to RSP operation code functions or "func"