On Sun, Jul 26, 2015 at 12:58 PM, Jean-Baptiste Kempf <[email protected]> wrote:
> On 26 Jul, Martin Storsjö wrote :
>> +        # found in the SDK headers by default. (Alternatively, we could 
>> force
>> +        # _WIN32_WINNT to 0x0602 in that case.)
>
> Why don't you force to 0x0603 in those partition cases?
> Wouldn't that be simpler?

In <sdkddkver.h> on the WP8.1 SDK (included at the top of <windows.h>) there is:

#if !defined(_WIN32_WINNT) && !defined(_CHICAGO_)
#define  _WIN32_WINNT   0x0603
#endif

I think depending on the SDK you use it sets the minimum version
already. So when building for WinRT/WP/W10 that shouldn't be an issue.

There's a chance building with clang we may not have such luck.

> With my kindest regards,
>
> --
> Jean-Baptiste Kempf
> http://www.jbkempf.com/ - +33 672 704 734
> Sent from my Electronic Device
> _______________________________________________
> libav-devel mailing list
> [email protected]
> https://lists.libav.org/mailman/listinfo/libav-devel
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to