Fix compilation on VS < 2013, tested and confirmed to work by nixt

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14655 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2013-12-08 02:39:38 +00:00
parent c6681f05bc
commit 85191ef9b1

View File

@ -26,6 +26,7 @@
typedef unsigned __int32 uint32_t;
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;
typedef char int8_t;
#else
# include <stdint.h>
#define SOCKET_ERROR -1