add tsock
This commit is contained in:
parent
7f8ba596fe
commit
8af78369ea
@ -89,10 +89,16 @@ typedef __int64 tbus;
|
||||
#else
|
||||
typedef long tbus;
|
||||
#endif
|
||||
#if defined _WIN32
|
||||
#if defined(_WIN32)
|
||||
typedef unsigned short twchar;
|
||||
#else
|
||||
typedef int twchar;
|
||||
#endif
|
||||
/* socket is different in win32 */
|
||||
#if defined(_WIN32)
|
||||
typedef unsigned int tsock;
|
||||
#else
|
||||
typedef int tsock;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user