Commit ada6a525 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

WinCE: fix compilation

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c7cc7c25
......@@ -223,7 +223,7 @@ int utf8_vfprintf( FILE *stream, const char *fmt, va_list ap )
char *str;
int res;
#ifdef WIN32
#if defined( 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment