Revision 5b21bdab libavformat/network.h
libavformat/network.h | ||
---|---|---|
18 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
19 | 19 |
*/ |
20 | 20 |
|
21 |
#ifndef NETWORK_H |
|
22 |
#define NETWORK_H |
|
21 |
#ifndef FFMPEG_NETWORK_H
|
|
22 |
#define FFMPEG_NETWORK_H
|
|
23 | 23 |
|
24 | 24 |
#ifdef HAVE_WINSOCK2_H |
25 | 25 |
#include <winsock2.h> |
... | ... | |
66 | 66 |
int inet_aton (const char * str, struct in_addr * add); |
67 | 67 |
#endif |
68 | 68 |
|
69 |
#endif |
|
69 |
#endif /* FFMPEG_NETWORK_H */ |
Also available in: Unified diff