Updated Borland port of Win32 to compile cleanly and run the demo.

This commit is contained in:
skarg
2005-12-01 17:33:03 +00:00
parent 2be2887b69
commit 723aa1cbf3
4 changed files with 3 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -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)
+2
View File
@@ -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.