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:
parent
c6681f05bc
commit
85191ef9b1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user