comparison libmpdemux/asf_mmst_streaming.c @ 13600:a0bb374553a1

typo noticed by Shixin Zeng <shixinzeng at sjtu dot edu dot cn>
author diego
date Sun, 10 Oct 2004 13:00:56 +0000
parents 55e13005ac30
children dd835e8f3698
comparison
equal deleted inserted replaced
13599:094b023bd291 13600:a0bb374553a1
20 #define closesocket close 20 #define closesocket close
21 #else 21 #else
22 #include <winsock2.h> 22 #include <winsock2.h>
23 #endif 23 #endif
24 24
25 #ifndef USE_SETLOCAL 25 #ifndef USE_SETLOCALE
26 #undef USE_ICONV 26 #undef USE_ICONV
27 #endif 27 #endif
28 28
29 #ifdef USE_ICONV 29 #ifdef USE_ICONV
30 #include <iconv.h> 30 #include <iconv.h>