codec: videotoolbox: check if H264 needs restart
[vlc.git] / contrib / src / iconv / win32.patch
blobcb5570dd1acb1b575158310e1a6154c79eb2d8e9
1 --- iconv/srclib/stdio-write.c.orig 2013-08-15 11:50:20.508093720 +0200
2 +++ iconv/srclib/stdio-write.c 2013-08-15 11:51:36.344096864 +0200
3 @@ -20,6 +20,14 @@
4 /* Specification. */
5 #include <stdio.h>
7 +#ifdef _WIN32
8 +#include <winapifamily.h>
10 +#if !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
11 +#define GetFileType(h) FILE_TYPE_UNKNOWN
12 +#endif
13 +#endif
15 /* Replace these functions only if module 'nonblocking' or module 'sigpipe' is
16 requested. */
17 #if GNULIB_NONBLOCKING || GNULIB_SIGPIPE