On Sun, 26 Jul 2015, Steve Lhomme wrote:

On Sun, Jul 26, 2015 at 12:58 PM, Jean-Baptiste Kempf <j...@videolan.org> 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.

Ok, so I take this as consensus that this patch is ok.

// Martin
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to