Commit a4cee8cc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Export utf8_mkdir

parent f78b8f79
......@@ -45,6 +45,7 @@ VLC_EXPORT( DIR *, utf8_opendir, ( const char *dirname ) );
VLC_EXPORT( char *, utf8_readdir, ( DIR *dir ) );
VLC_EXPORT( int, utf8_loaddir, ( DIR *dir, char ***namelist, int (*select)( const char * ), int (*compar)( const char **, const char ** ) ) );
VLC_EXPORT( int, utf8_scandir, ( const char *dirname, char ***namelist, int (*select)( const char * ), int (*compar)( const char **, const char ** ) ) );
VLC_EXPORT( int, utf8_mkdir, ( const char *filename ) );
#ifdef WIN32
# define stat _stati64
......
......@@ -49,8 +49,6 @@ uint32_t CPUCapabilities( void );
/*
* Unicode stuff
*/
int utf8_mkdir( const char *filename );
/*
* LibVLC objects stuff
......
......@@ -327,6 +327,7 @@ us_strtod
utf8_fopen
utf8_fprintf
utf8_lstat
utf8_mkdir
utf8_open
utf8_opendir
utf8_readdir
......
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