X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fplatform%2Fwindows%2Fos-types.h;h=2fc62690c407732b92bb263a34ac93c267595a6d;hb=8b0462ea5e37459446a493c124e4c2d7a9e6b108;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..2fc6269 100644 --- a/src/lib/platform/windows/os-types.h +++ b/src/lib/platform/windows/os-types.h @@ -55,15 +55,6 @@ typedef SOCKET tcp_socket_t; 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;