vlc | branch: master | Jean-Baptiste Kempf <j...@videolan.org> | Tue Nov 23 
18:33:18 2010 +0100| [2cb957df80ebddee5a5094923e951046511a7c7c] | committer: 
Jean-Baptiste Kempf 

Symbian: native separator is \\

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2cb957df80ebddee5a5094923e951046511a7c7c
---

 include/vlc_common.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vlc_common.h b/include/vlc_common.h
index eb23f15..9a20800 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -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 ';'

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to