No UNC paths on Symbian.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3044 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+6
-3
@@ -503,19 +503,22 @@ typedef unsigned int wint_t;
|
|||||||
# define UNBUFFERED_LOGFILE
|
# define UNBUFFERED_LOGFILE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Variations in path handling
|
||||||
#if defined(WIN32) || defined(__SYMBIAN32__)
|
#if defined(WIN32) || defined(__SYMBIAN32__)
|
||||||
// HAVE_DRIVE_LETTERS is defined to signify that DOS/Windows style drive
|
// HAVE_DRIVE_LETTERS is defined to signify that DOS/Windows style drive
|
||||||
// letters are to be recognised on this platform.
|
// letters are to be recognised on this platform.
|
||||||
# define HAVE_DRIVE_LETTERS
|
# define HAVE_DRIVE_LETTERS
|
||||||
// HAVE_UNC_PATHS is defined to signify that Universal Naming Convention
|
|
||||||
// style paths are to be recognised on this platform.
|
|
||||||
# define HAVE_UNC_PATHS
|
|
||||||
// BACKSLASH_IS_PATH_SEPARATOR is defined to signify that the backslash
|
// BACKSLASH_IS_PATH_SEPARATOR is defined to signify that the backslash
|
||||||
// character is to be recognised as a path separator on this platform.
|
// character is to be recognised as a path separator on this platform.
|
||||||
// This does not affect the acceptance of forward slashes as path
|
// This does not affect the acceptance of forward slashes as path
|
||||||
// separators.
|
// separators.
|
||||||
# define BACKSLASH_IS_PATH_SEPARATOR
|
# define BACKSLASH_IS_PATH_SEPARATOR
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(WIN32)
|
||||||
|
// HAVE_UNC_PATHS is defined to signify that Universal Naming Convention
|
||||||
|
// style paths are to be recognised on this platform.
|
||||||
|
# define HAVE_UNC_PATHS
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* _PORT_H */
|
#endif /* _PORT_H */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user