diff --git a/include/Compat.h b/include/Compat.h index 268ea77..89d625c 100644 --- a/include/Compat.h +++ b/include/Compat.h @@ -7,6 +7,10 @@ #include #include #include +using SOCKET = int; +using DWORD = unsigned long; +using PDWORD = unsigned long*; +using LPDWORD = unsigned long*; char _getch(); inline void CloseSocketProper(int TheSocket) { shutdown(TheSocket, SHUT_RDWR);