Revert r14655. It is already fixed in r14660 and redeclaration breaks compilation.

Tested on VC2010 - it compiles and runs.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14682 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
deveee 2013-12-09 09:50:37 +00:00
parent 3af325d672
commit 375b1a1f06

View File

@ -26,7 +26,6 @@
typedef unsigned __int32 uint32_t;
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;
typedef char int8_t;
#elif defined(_MSC_VER) && _MSC_VER >= 1700
# include <stdint.h>
#else