Selaa lähdekoodia

Modified to build with 64-bit minGW.

git-svn-id: https://svn.microneil.com/svn/CodeDweller/trunk@18 d34b734f-a00e-4b39-a726-e4eeb87269ab
wx
adeniz 14 vuotta sitten
vanhempi
commit
424734b5f8
1 muutettua tiedostoa jossa 4 lisäystä ja 3 poistoa
  1. 4
    3
      networking.hpp

+ 4
- 3
networking.hpp Näytä tiedosto



using namespace std; using namespace std;


#include <cstdlib>
#include <cstdio>
#include <cerrno>

//// Platform specific includes... //// Platform specific includes...


#if defined(WIN32) || defined(WIN64) #if defined(WIN32) || defined(WIN64)
#include <arpa/inet.h> #include <arpa/inet.h>
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include <cstdlib>
#include <cstdio>
#include <cerrno>


typedef int hSocket; // *nix uses int to handle a Socket. typedef int hSocket; // *nix uses int to handle a Socket.
const hSocket INVALID_SOCKET = -1; // -1 is the invalid Socket. const hSocket INVALID_SOCKET = -1; // -1 is the invalid Socket.

Loading…
Peruuta
Tallenna