Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
187 B

  1. #ifdef _PS3
  2. #include <unistd.h>
  3. #include <sys/socket.h>
  4. #include <netinet/in.h>
  5. #include <arpa/inet.h>
  6. #include "tier0/threadtools.h"
  7. typedef int SOCKET;
  8. #define INVALID_SOCKET -1
  9. #endif