Index: subversion/libsvn_subr/io.c
===================================================================
--- subversion/libsvn_subr/io.c (revision 1527683)
+++ subversion/libsvn_subr/io.c (working copy)
-#if defined(WIN32) || defined(DARWIN)
-#if defined(WIN32) || defined(DARWIN)
*name_p = apr_pstrdup(pool, name);
Index: subversion/libsvn_subr/path.c
===================================================================
--- subversion/libsvn_subr/path.c (revision 1527683)
+++ subversion/libsvn_subr/path.c (working copy)
+#include <CoreFoundation/CoreFoundation.h>
/* The canonical empty path. Can this be changed? Well, change the empty
test below and the path library will work, not so sure about the fs/wc
-#if !defined(WIN32) && !defined(DARWIN)
/** Get APR's internal path encoding. */
get_path_encoding(svn_boolean_t *path_is_utf8, apr_pool_t *pool)
-#if !defined(WIN32) && !defined(DARWIN)
svn_boolean_t path_is_utf8;
SVN_ERR(get_path_encoding(&path_is_utf8, pool));
*path_apr = apr_pstrdup(pool, path_utf8);
-#if !defined(WIN32) && !defined(DARWIN)
return svn_utf_cstring_from_utf8(path_apr, path_utf8, pool);