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