fix vs2013 compilation

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14664 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2013-12-08 17:19:04 +00:00
parent 668e8dc719
commit 7bb321a108

View File

@@ -19,7 +19,7 @@
#ifndef HEADER_TYPES_HPP
#define HEADER_TYPES_HPP
#ifdef _MSC_VER
#if defined(_MSC_VER) && _MSC_VER < 1800
typedef unsigned char uint8_t;
typedef unsigned short uint16_t;
typedef __int32 int32_t;