Loading lib_com/g192.c +0 −7 Original line number Diff line number Diff line Loading @@ -6,18 +6,11 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> #ifndef _WIN32 #include <netinet/in.h> #include <stdint.h> #else #include <Winsock2.h> typedef unsigned short uint16_t; typedef signed short int16_t; typedef unsigned int uint32_t; typedef signed int int32_t; typedef unsigned __int64 uint64_t; typedef signed __int64 int64_t; #endif #include "options.h" #include "stl.h" Loading Loading
lib_com/g192.c +0 −7 Original line number Diff line number Diff line Loading @@ -6,18 +6,11 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> #ifndef _WIN32 #include <netinet/in.h> #include <stdint.h> #else #include <Winsock2.h> typedef unsigned short uint16_t; typedef signed short int16_t; typedef unsigned int uint32_t; typedef signed int int32_t; typedef unsigned __int64 uint64_t; typedef signed __int64 int64_t; #endif #include "options.h" #include "stl.h" Loading