On Fri, Jun 25, 2010 at 08:02, <rhuij...@apache.org> wrote: > Author: rhuijben > Date: Fri Jun 25 12:02:49 2010 > New Revision: 957905 > > URL: http://svn.apache.org/viewvc?rev=957905&view=rev > Log: > In the dirent/uri code: Replace all checks for WIN32 or __CYGWIN__ > with a check for SVN_USE_DOS_PATHS and set this define for WIN32, > __CYGWIN__ and __OS2__.
This could go into a private header. (I wouldn't even be too upset with something in svn_dirent_uri.h near the bottom, named SVN__*, and labeled for internal use; we've done this in a couple places before) >... Cheers, -g