[vlc-commits] commit: Symbian: native separator is \\ (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Thu Dec 30 21:22:31 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at 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 ';'



More information about the vlc-commits mailing list