Added typedef USHORT so non-Windows platforms can properly compile scc_socket_driver.c.

This commit is contained in:
Christopher Mason 2015-03-14 17:57:47 +00:00
parent 93ee32f993
commit 3563ed395e
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ extern int h_errno;
#define socklen_t int
#endif
int g_wsastartup_called = 0;
typedef unsigned short USHORT;
/* Usage: scc_socket_init() called to init socket mode */
/* At all times, we try to have a listen running on the incoming socket */