Disable win32 pathnames routines on -win32 and vice versa.
authorStas Boukarev <stassats@gmail.com>
Wed, 6 Nov 2013 17:20:21 +0000 (21:20 +0400)
committerStas Boukarev <stassats@gmail.com>
Wed, 6 Nov 2013 17:20:21 +0000 (21:20 +0400)
#-win32 has all the win32 pathname code enabled, but it's not used
anywhere and not exported. Even if using pathnames of a different OS
may be a good idea, it's currently not presented in any usable way and
only wastes space.


No differences found