comparison libmpdemux/asf_mmst_streaming.c @ 12675:7c5dee73a7dc

disable iconv in case setlocale is disabled - compile fix
author alex
date Sat, 26 Jun 2004 09:55:17 +0000
parents 0392f36045f4
children cf145882979c
comparison
equal deleted inserted replaced
12674:0392f36045f4 12675:7c5dee73a7dc
18 18
19 #ifndef HAVE_WINSOCK2 19 #ifndef HAVE_WINSOCK2
20 #define closesocket close 20 #define closesocket close
21 #else 21 #else
22 #include <winsock2.h> 22 #include <winsock2.h>
23 #endif
24
25 #ifndef USE_SETLOCAL
26 #undef USE_ICONV
23 #endif 27 #endif
24 28
25 #ifdef USE_ICONV 29 #ifdef USE_ICONV
26 #include <iconv.h> 30 #include <iconv.h>
27 #ifdef USE_LANGINFO 31 #ifdef USE_LANGINFO