mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 17:01:26 +02:00
remove extra _WIN32 declaration
This commit is contained in:
parent
bb47967126
commit
dd37d60b65
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#endif _WIN32
|
#endif
|
||||||
|
|
||||||
const int DOMAIN_LISTEN_PORT = 40102;
|
const int DOMAIN_LISTEN_PORT = 40102;
|
||||||
unsigned char packetData[MAX_PACKET_SIZE];
|
unsigned char packetData[MAX_PACKET_SIZE];
|
||||||
|
|
Loading…
Reference in a new issue