Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 16, 2007, 1:34:51 AM (18 years ago)
Author:
landauf
Message:

windows library include (for enet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/network/dummyclient2.cc

    r514 r538  
    3636#include "PacketManager.h"
    3737#include "ClientConnection.h"
     38
     39#ifdef WIN32
     40#include <windows.h>
     41#define usleep(x) Sleep((x)/1000)
     42#else
     43#include <unistd.h>
     44#endif
    3845
    3946using namespace network;
Note: See TracChangeset for help on using the changeset viewer.