X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fplatform%2Fwindows%2Fos-types.h;h=9b0dca023c765e05fd3aa33312d4e7e5d1942195;hb=5daed059e1d5bca3ddfa0787679ef4e7b349e382;hp=84edac9e414244c65b51d7535d92d38add4f3bb6;hpb=996665192725398172263999b88c63663d11db04;p=deb_libcec.git diff --git a/src/lib/platform/windows/os-types.h b/src/lib/platform/windows/os-types.h index 84edac9..9b0dca0 100644 --- a/src/lib/platform/windows/os-types.h +++ b/src/lib/platform/windows/os-types.h @@ -49,21 +49,13 @@ #include #include #include +#include typedef SOCKET tcp_socket_t; #define INVALID_SOCKET_VALUE INVALID_SOCKET typedef HANDLE serial_socket_t; #define INVALID_SERIAL_SOCKET_VALUE INVALID_HANDLE_VALUE -typedef signed __int8 int8_t; -typedef signed __int16 int16_t; -typedef signed __int32 int32_t; -typedef signed __int64 int64_t; -typedef unsigned __int8 uint8_t; -typedef unsigned __int16 uint16_t; -typedef unsigned __int32 uint32_t; -typedef unsigned __int64 uint64_t; - #ifndef _SSIZE_T_DEFINED #ifdef _WIN64 typedef __int64 ssize_t;