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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user