comparison network.h @ 4284:40c9bef5b4e2 libavformat

Fix undefined preprocessor directives warnings during 'make checkheaders'.
author diego
date Sat, 24 Jan 2009 14:52:46 +0000
parents 77e0c7511d41
children afe4a96b6832
comparison
equal deleted inserted replaced
4283:7795d5d87484 4284:40c9bef5b4e2
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #ifndef AVFORMAT_NETWORK_H 21 #ifndef AVFORMAT_NETWORK_H
22 #define AVFORMAT_NETWORK_H 22 #define AVFORMAT_NETWORK_H
23
24 #include "config.h"
23 25
24 #if HAVE_WINSOCK2_H 26 #if HAVE_WINSOCK2_H
25 #include <winsock2.h> 27 #include <winsock2.h>
26 #include <ws2tcpip.h> 28 #include <ws2tcpip.h>
27 29