forked from I2P_Developers/i2p.i2p
Updated warhammer example, and fixed a bug on FreeBSD
This commit is contained in:
@@ -112,11 +112,6 @@
|
||||
/*
|
||||
* Platform-dependent variable types
|
||||
*/
|
||||
#ifdef WINSOCK
|
||||
typedef SOCKET socket_t;
|
||||
#else
|
||||
typedef int socket_t;
|
||||
#endif
|
||||
#ifdef NO_SSIZE_T
|
||||
typedef signed long ssize_t;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user