mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:44:01 +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 <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#endif _WIN32
|
||||
#endif
|
||||
|
||||
const int DOMAIN_LISTEN_PORT = 40102;
|
||||
unsigned char packetData[MAX_PACKET_SIZE];
|
||||
|
|
Loading…
Reference in a new issue