1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00
FFmpeg/libavformat
Ronald S. Bultje 5aff37d28d os_support: Include all the necessary headers for the win32 open function
io.h is required for open and _wopen, and fcntl.h is required for
the O_CREAT flag. On mingw, fcntl.h is included by os_support.h (and
the mingw fcntl.h includes io.h), but include it explicitly here
since this implementation requires it.

Also move the #undef open up. open must not be defined to ff_win32_open
while including the headers that declare the open function. On mingw,
this happened in os_support.h before open was redirected.

Signed-off-by: Martin Storsjö <martin@martin.st>
2012-06-30 15:16:43 +03:00
..
2012-06-17 22:50:06 +03:00
2012-02-08 21:47:12 -05:00
2012-06-04 14:18:49 +02:00
2012-06-22 17:15:36 +01:00
2012-04-27 14:03:43 -07:00
2012-03-02 11:11:38 +01:00
2012-06-21 16:11:29 +03:00
2011-12-01 13:47:28 +02:00
2011-11-23 21:43:46 +01:00
2011-08-09 19:56:25 +02:00
2012-06-16 17:10:23 +02:00
2012-06-28 16:53:09 +02:00
2012-06-28 16:53:09 +02:00
2012-06-28 16:53:09 +02:00
2012-02-21 15:47:06 +01:00
2012-06-22 17:15:36 +01:00
2012-06-18 22:01:02 +03:00
2012-03-17 15:45:04 -04:00
2012-06-18 22:00:35 +03:00
2012-06-21 16:11:29 +03:00
2012-03-14 15:34:50 +01:00
2012-06-26 19:05:24 +02:00
2011-12-11 00:32:25 +01:00
2012-06-18 22:00:35 +03:00
2012-06-26 19:05:24 +02:00
2011-08-09 19:56:25 +02:00
2011-12-21 00:00:03 +01:00
2012-03-02 11:11:38 +01:00
2011-12-20 22:38:53 +01:00
2012-03-18 15:01:58 -07:00
2012-02-29 14:26:14 +01:00
2012-03-03 17:03:27 -05:00
2012-03-09 22:02:49 +01:00
2012-06-20 19:08:10 +02:00
2012-03-19 18:46:34 +01:00
2012-04-08 12:04:29 +03:00
2012-06-18 22:01:04 +03:00
2012-06-18 22:01:04 +03:00
2012-02-14 10:12:44 +01:00
2012-02-29 13:52:55 +01:00
2012-03-03 16:58:45 -05:00
2012-06-20 17:09:03 +01:00
2012-03-03 17:03:26 -05:00
2012-06-25 16:20:08 +03:00
2012-02-09 13:13:04 -05:00
2012-03-20 14:12:54 -04:00