diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-05-06 07:41:33 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-05-06 07:41:33 +0000 |
commit | f3749adc6adb565d40b36ed6aa33b053e82949d4 (patch) | |
tree | 94ff656f52c4a2189482188de49ebba747446139 /lib/cpluff | |
parent | c6aefd391c8f70436021c023dcc81dda5cf3e806 (diff) |
fixed: [win32] - cpluff path separator was wrong
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29833 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'lib/cpluff')
-rw-r--r-- | lib/cpluff/libcpluff/win32/cpluffdef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cpluff/libcpluff/win32/cpluffdef.h b/lib/cpluff/libcpluff/win32/cpluffdef.h index 6f7742b903..026cfcb9f0 100644 --- a/lib/cpluff/libcpluff/win32/cpluffdef.h +++ b/lib/cpluff/libcpluff/win32/cpluffdef.h @@ -205,7 +205,7 @@ #endif #define CP_HOST "win32" #define CP_SHREXT ".dll" -#define CP_FNAMESEP_CHAR "\\" // If we switch back to special:// paths then this can be '/' instead +#define CP_FNAMESEP_CHAR '\\' // If we switch back to special:// paths then this can be '/' instead #define CP_THREADS #endif #endif /*CPLUFFDEF_H_*/ |