From c90ef554bec354abdf0086888f1791303df185a0 Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Sun, 1 Jan 2017 13:23:23 +0000 Subject: [PATCH] Make SDL_config_wii.h #include instead of defining its own types, because devkitPPC r28 changed the definitions and/or added an error for when they conflict. git-svn-id: https://svn.eduke32.com/eduke32@5978 1a8010ca-5511-0410-912e-c29ae57300e0 --- .../eduke32/platform/Wii/include/SDL/SDL_config_wii.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/polymer/eduke32/platform/Wii/include/SDL/SDL_config_wii.h b/polymer/eduke32/platform/Wii/include/SDL/SDL_config_wii.h index 5f2872ecb..8628429df 100644 --- a/polymer/eduke32/platform/Wii/include/SDL/SDL_config_wii.h +++ b/polymer/eduke32/platform/Wii/include/SDL/SDL_config_wii.h @@ -28,16 +28,7 @@ #include /* Types */ -typedef signed char int8_t; -typedef unsigned char uint8_t; -typedef signed short int16_t; -typedef unsigned short uint16_t; -typedef signed int int32_t; -typedef unsigned int uint32_t; -typedef signed long long int64_t; -typedef unsigned long long uint64_t; -typedef unsigned int size_t; -typedef unsigned int uintptr_t; +#include /* Architecture */ #define SDL_BYTEORDER SDL_BIG_ENDIAN