Some Unicode compilation fixes. This Unicode stuff in file functions is
authorOve Kaaven <ovek@arcticnet.no>
Thu, 29 Mar 2001 14:06:43 +0000 (14:06 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Thu, 29 Mar 2001 14:06:43 +0000 (14:06 +0000)
commitc3396917e888355d3e7060cbb238a66339d8feb5
tree46eb0689882fbfc7a384cb30c4018a83d95061a2
parentd43088ee78dca3fc64f9d419b184844eb72384da
Some Unicode compilation fixes. This Unicode stuff in file functions is
always so hard to get right, it seems... I don't like that wxStat isn't
a Unicode wrapper for the real Linux libc stat(), so the caller needs to
convert it for wxStat, but not for e.g. wxRename... this is inconsistent,
so it's not surprising people don't get it right, I guess.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/filefn.cpp