X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=src%2F3dengfx%2Fsrc%2Fcommon%2Ftypes.h;h=c710edabbf9b9afe31c77fbd74f735cd4503f0ef;hb=024e6f9e1a39a9617a737448b60b3ea95d513203;hp=8e39518d639acd2e241c8aa93bd8556c2834b23d;hpb=6e23259dbabaeb1711a2a5ca25b9cb421f693759;p=summerhack diff --git a/src/3dengfx/src/common/types.h b/src/3dengfx/src/common/types.h index 8e39518..c710eda 100644 --- a/src/3dengfx/src/common/types.h +++ b/src/3dengfx/src/common/types.h @@ -41,6 +41,7 @@ typedef double scalar_t; #elif defined(unix) || defined(__unix__) #include #elif defined(_MSC_VER) +/* typedef __int8 int8_t; typedef unsigned __int8 uint8_t; typedef __int16 int16_t; @@ -49,6 +50,8 @@ typedef __int32 int32_t; typedef unsigned __int32 uint32_t; typedef __int64 int64_t; typedef unsigned __int64 uint64_t; +*/ +#include "sdl_config_win32.h" #else #error "unsupported platform, or detection failed" #endif /* stdint detection */