winsock II changes

This commit is contained in:
Jeff Hill
1997-04-10 20:02:05 +00:00
parent 0804f7fb08
commit 8d0712bea4
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ extern "C" {
#pragma warning (disable:4237)
#include <time.h>
#include <errno.h>
#include <winsock.h>
#include <windows.h>
void ipAddrToA (const struct sockaddr_in *pInetAddr,
char *pBuf, const unsigned bufSize);

View File

@@ -8,7 +8,7 @@ extern "C" {
#pragma warning (disable:4237)
#include <time.h>
#include <errno.h>
#include <winsock.h>
#include <windows.h>
void ipAddrToA (const struct sockaddr_in *pInetAddr,
char *pBuf, const unsigned bufSize);