Updated Borland port of Win32 to compile cleanly and run the demo.
This commit is contained in:
Binary file not shown.
+1
-1
@@ -217,7 +217,7 @@ uint16_t bip_receive(
|
||||
int max;
|
||||
struct timeval select_timeout;
|
||||
struct sockaddr_in sin = {-1};
|
||||
size_t sin_len = sizeof(sin);
|
||||
int sin_len = sizeof(sin);
|
||||
|
||||
/* Make sure the socket is open */
|
||||
if (BIP_Socket < 0)
|
||||
|
||||
@@ -21,6 +21,8 @@ SRCS = main.c bip-init.c \
|
||||
..\..\bip.c \
|
||||
..\..\handlers.c \
|
||||
..\..\bacdcode.c \
|
||||
..\..\bactext.c \
|
||||
..\..\indtext.c \
|
||||
..\..\bigend.c \
|
||||
..\..\whois.c \
|
||||
..\..\iam.c \
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user