Changed wxStat, wxAccess and wxOpen to no longer
authorRobert Roebling <robert@roebling.de>
Thu, 8 Aug 2002 21:44:50 +0000 (21:44 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 8 Aug 2002 21:44:50 +0000 (21:44 +0000)
commit92980e9076469956e1e2cb94df97d0f8d873114a
treed734578c4e756b3cfdf8ef6eab0d8a408b5b7fd7
parentc4e387521b7297a24e4aa016b588cf77d32d1b5f
  Changed wxStat, wxAccess and wxOpen to no longer
    being just a define so that the signature is
    using wxChar under Unicode under Unix just as
    it does under Unicode under Mac. This required
    some modification in various places, but should
    make debugging a little easier, among others.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/filefn.h
samples/printing/printing.cpp
src/common/file.cpp
src/common/filefn.cpp
src/common/filename.cpp
src/common/wxchar.cpp
src/generic/dcpsg.cpp
src/generic/prntdlgg.cpp
src/unix/dir.cpp