]> git.sesse.net Git - vlc/commitdiff
Symbian: native separator is \\
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 23 Nov 2010 17:33:18 +0000 (18:33 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 30 Dec 2010 20:18:59 +0000 (21:18 +0100)
include/vlc_common.h

index eb23f15f342118760da0a4de8cec43e27c3e4922..9a208004b31b38068fc13f102bc50e29c9de1252 100644 (file)
@@ -866,7 +866,7 @@ VLC_EXPORT( const char *, VLC_Compiler, ( void ) LIBVLC_USED );
 #include "vlc_main.h"
 #include "vlc_configuration.h"
 
-#if defined( WIN32 ) || defined( UNDER_CE )
+#if defined( WIN32 ) || defined( UNDER_CE ) || defined( __SYMBIAN32__ )
 #   define DIR_SEP_CHAR '\\'
 #   define DIR_SEP "\\"
 #   define PATH_SEP_CHAR ';'