Commit 28308db4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

WinCE: try to fix compilation

parent e1c2b18a
......@@ -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
......
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