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

Compilation fix for win32.

parent 630afc61
......@@ -258,9 +258,9 @@ void *vlc_wopendir( const wchar_t *wpath )
if( !p_dir )
return NULL;
p_dir->p_real_dir = NULL;
# if defined(UNDER_CE)
#if defined(UNDER_CE)
p_dir->i_drives = NULL;
# elif
#else
p_dir->i_drives = GetLogicalDrives();
#endif
return (void *)p_dir;
......
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