VC project files
[summerhack] / src / 3dengfx / src / common / types.h
index 8e39518..c710eda 100644 (file)
@@ -41,6 +41,7 @@ typedef double scalar_t;
 #elif defined(unix) || defined(__unix__)
 #include <sys/types.h>
 #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 */