Commit 9b37c808 authored by diego's avatar diego

Fix undefined preprocessor directives warnings during 'make checkheaders'.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16747 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b92a1726
......@@ -21,6 +21,8 @@
#ifndef AVFORMAT_NETWORK_H
#define AVFORMAT_NETWORK_H
#include "config.h"
#if HAVE_WINSOCK2_H
#include <winsock2.h>
#include <ws2tcpip.h>
......
......@@ -27,6 +27,8 @@
* miscellaneous OS support macros and functions.
*/
#include "config.h"
#ifdef __MINGW32__
# include <fcntl.h>
# define lseek(f,p,w) _lseeki64((f), (p), (w))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment