comparison stream/asf_streaming.c @ 28402:c884d17bd005

Convert HAVE_WINSOCK2_H into a 0/1 definition.
author diego
date Sun, 01 Feb 2009 13:42:27 +0000
parents ae5da477539e
children c9db53414b53
comparison
equal deleted inserted replaced
28401:e0d9eb28e807 28402:c884d17bd005
7 7
8 #include "config.h" 8 #include "config.h"
9 #include "mp_msg.h" 9 #include "mp_msg.h"
10 #include "help_mp.h" 10 #include "help_mp.h"
11 11
12 #ifdef HAVE_WINSOCK2_H 12 #if HAVE_WINSOCK2_H
13 #include <winsock2.h> 13 #include <winsock2.h>
14 #endif 14 #endif
15 15
16 #include "url.h" 16 #include "url.h"
17 #include "http.h" 17 #include "http.h"