提交 fdc7b570 编写于 作者: D Diego Biurrun

Skip all includes for WinCE, instead of falling through to the #else case.

Originally committed as revision 4884 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 39a64e30
......@@ -18,7 +18,9 @@
*/
#include "config.h"
#include "avformat.h"
#if defined(CONFIG_WIN32) && !defined(CONFIG_WINCE)
#if defined(CONFIG_WINCE)
/* Skip includes on WinCE. */
#elif defined(CONFIG_WIN32)
#include <sys/types.h>
#include <sys/timeb.h>
#elif defined(CONFIG_OS2)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册