disable iconv in case setlocale is disabled - compile fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12676 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2004-06-26 09:55:17 +00:00
parent e69fef945b
commit df02e80073
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
#include <winsock2.h>
#endif
#ifndef USE_SETLOCAL
#undef USE_ICONV
#endif
#ifdef USE_ICONV
#include <iconv.h>
#ifdef USE_LANGINFO