X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fplatform%2Fwindows%2Fos-types.h;h=de12f08426095313fd7ef233cc19737e24e6a729;hb=cb2397e953b3f892b4206d5bb87968ca4cccbac8;hp=0a61c2e2d6d4089b2b39aa6a7525588c02b67839;hpb=24048d575419fe909fade9110fab48d17370ee6f;p=deb_libcec.git diff --git a/src/lib/platform/windows/os-types.h b/src/lib/platform/windows/os-types.h index 0a61c2e..de12f08 100644 --- a/src/lib/platform/windows/os-types.h +++ b/src/lib/platform/windows/os-types.h @@ -2,7 +2,7 @@ /* * This file is part of the libCEC(R) library. * - * libCEC(R) is Copyright (C) 2011 Pulse-Eight Limited. All rights reserved. + * libCEC(R) is Copyright (C) 2011-2012 Pulse-Eight Limited. All rights reserved. * libCEC(R) is an original work, containing original code. * * libCEC(R) is a trademark of Pulse-Eight Limited. @@ -35,6 +35,10 @@ #define __WINDOWS__ #endif +#ifndef _WINSOCKAPI_ +#define _WINSOCKAPI_ +#endif + #pragma warning(disable:4005) // Disable "warning C4005: '_WINSOCKAPI_' : macro redefinition" #include #pragma warning(default:4005) @@ -46,6 +50,8 @@ #include #include +typedef SOCKET socket_t; + typedef signed __int8 int8_t; typedef signed __int16 int16_t; typedef signed __int32 int32_t; @@ -57,8 +63,6 @@ typedef unsigned __int64 uint64_t; #define snprintf _snprintf -typedef SOCKET socket_t; - #if defined(_MSC_VER) #pragma warning (push) #endif