summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmpdemux/asf_mmst_streaming.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmpdemux/asf_mmst_streaming.c b/libmpdemux/asf_mmst_streaming.c
index ec8ec2af97..7059096da0 100644
--- a/libmpdemux/asf_mmst_streaming.c
+++ b/libmpdemux/asf_mmst_streaming.c
@@ -22,6 +22,10 @@
#include <winsock2.h>
#endif
+#ifndef USE_SETLOCAL
+#undef USE_ICONV
+#endif
+
#ifdef USE_ICONV
#include <iconv.h>
#ifdef USE_LANGINFO