- Now winsock 2 is required.

- Cleaned up do_close and socket_init a bit.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9621 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
FlavioJS
2007-01-06 12:11:50 +00:00
parent 56921611e1
commit db02576357
6 changed files with 131 additions and 91 deletions

View File

@@ -7,7 +7,7 @@
#include <sys/types.h>
#ifdef _WIN32
#include <winsock.h>
#include <winsock2.h>
#else
#include <sys/socket.h>
#include <netinet/in.h>