]> git.sesse.net Git - vlc/blobdiff - include/vlc_charset.h
WinCE: cleaning my header inclusion mess
[vlc] / include / vlc_charset.h
index c122a8d862547414f70393f7c319168112b34ab5..69bdc178824914445eb9934aa13807060dbf4276 100644 (file)
@@ -50,7 +50,7 @@ VLC_EXPORT( int, utf8_scandir, ( const char *dirname, char ***namelist, int (*se
 VLC_EXPORT( int, utf8_mkdir, ( const char *filename, mode_t mode ) );
 VLC_EXPORT( int, utf8_unlink, ( const char *filename ) );
 
-#ifdef WIN32
+#if defined( WIN32 ) && !defined( UNDER_CE )
 # define stat _stati64
 #endif