From: Jean-Baptiste Kempf Date: Sat, 24 Jul 2010 12:43:02 +0000 (+0200) Subject: WinCE: try to fix compilation X-Git-Tag: 1.2.0-pre1~5686 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=28308db499bc763b7a8daf8fad7bee3c03a3790f;p=vlc WinCE: try to fix compilation --- diff --git a/src/text/unicode.c b/src/text/unicode.c index 66393284b3..a6b51a36d8 100644 --- a/src/text/unicode.c +++ b/src/text/unicode.c @@ -225,7 +225,7 @@ int utf8_vfprintf( FILE *stream, const char *fmt, va_list ap ) char *str; int res; -#ifdef WIN32 +#ifdef WIN32 && !defined( UNDER_CE ) /* Writing to the console is a lot of fun on Microsoft Windows. * If you use the standard I/O functions, you must use the OEM code page, * which is different from the usual ANSI code page. Or maybe not, if the